-
- All Superinterfaces:
RSProvider
public interface RSReferenceCache<T extends RSNode> extends RSProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RSDoublyLinkedNodegetSentinel()RSIterableNodeTable<T>getTable()
-
-
-
Method Detail
-
getTable
RSIterableNodeTable<T> getTable()
-
getSentinel
RSDoublyLinkedNode getSentinel()
-
-