Uses of Interface
com.mckoi.store.Area
-
Packages that use Area Package Description com.mckoi.store -
-
Uses of Area in com.mckoi.store
Subinterfaces of Area in com.mckoi.store Modifier and Type Interface Description interfaceMutableAreaAn interface for an area that can be modified.Methods in com.mckoi.store that return Area Modifier and Type Method Description AreaAbstractStore. getArea(long id)AreaHeapStore. getArea(long pointer)AreaStore. getArea(long id)Returns an object that allows for the contents of an area (represented by the 'id' parameter) to be read.
-