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 interface
MutableArea
An interface for an area that can be modified.Methods in com.mckoi.store that return Area Modifier and Type Method Description Area
AbstractStore. getArea(long id)
Area
HeapStore. getArea(long pointer)
Area
Store. getArea(long id)
Returns an object that allows for the contents of an area (represented by the 'id' parameter) to be read.
-