-
- All Superinterfaces:
RSProvider
public interface RSNodeTable<T extends RSNode> extends RSProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description RSNode[]
getBuckets()
RSNode
getHead()
int
getIndex()
int
getSize()
RSNode
getTail()
default T
lookup(long key)
default List<T>
toList()
-