Uses of Class
io.arxila.atomichash.Node
-
-
Uses of Node in io.arxila.atomichash
Fields in io.arxila.atomichash declared as Node Modifier and Type Field Description (package private) static NodeNode. EMPTY_NODE(package private) static Node[]Node. EMPTY_NODES(package private) NodeRoot. node(package private) Node[]Node. nodesMethods in io.arxila.atomichash that return Node Modifier and Type Method Description (package private) static NodeNode. createNewLevel(int level, Entry entry0, Entry entry1)(package private) NodeNode. put(Entry entry)(package private) NodeNode. remove(int hash, java.lang.Object key)Constructors in io.arxila.atomichash with parameters of type Node Constructor Description Node(int level, int size, long nodesBitMap, Node[] nodes, long entriesBitMap, Entry[] entries)Root(Node node)
-