Package com.mchange.io
Interface IOSequentialByteArrayMap
-
- All Superinterfaces:
IOByteArrayMap
public interface IOSequentialByteArrayMap extends IOByteArrayMap
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIOSequentialByteArrayMap.Cursor
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ByteArrayComparatorgetByteArrayComparator()IOSequentialByteArrayMap.CursorgetCursor()-
Methods inherited from interface com.mchange.io.IOByteArrayMap
containsKey, get, keys, put, putNoReplace, remove
-
-
-
-
Method Detail
-
getByteArrayComparator
ByteArrayComparator getByteArrayComparator()
-
getCursor
IOSequentialByteArrayMap.Cursor getCursor()
-
-