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 interface
IOSequentialByteArrayMap.Cursor
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ByteArrayComparator
getByteArrayComparator()
IOSequentialByteArrayMap.Cursor
getCursor()
-
Methods inherited from interface com.mchange.io.IOByteArrayMap
containsKey, get, keys, put, putNoReplace, remove
-
-
-
-
Method Detail
-
getByteArrayComparator
ByteArrayComparator getByteArrayComparator()
-
getCursor
IOSequentialByteArrayMap.Cursor getCursor()
-
-