Uses of Interface
org.apache.datasketches.memory.BaseState
-
-
Uses of BaseState in org.apache.datasketches.memory
Subinterfaces of BaseState in org.apache.datasketches.memory Modifier and Type Interface Description interface
BaseBuffer
Defines the relative positional API.interface
Buffer
Defines the read-only API for relative positional access to a resource.interface
Memory
Defines the read-only API for offset access to a resource.interface
WritableBuffer
Defines the writable API for relative positional access to a resourceinterface
WritableMemory
Defines the writable API for offset access to a resource.
-