- accept(long, T) - Method in interface exchange.core2.collections.art.LongObjConsumer
-
Performs this operation on the given arguments.
- ART_NODE_16 - Static variable in class exchange.core2.collections.objpool.ObjectsPool
-
- ART_NODE_256 - Static variable in class exchange.core2.collections.objpool.ObjectsPool
-
- ART_NODE_4 - Static variable in class exchange.core2.collections.objpool.ObjectsPool
-
- ART_NODE_48 - Static variable in class exchange.core2.collections.objpool.ObjectsPool
-
- ArtNode16<V> - Class in exchange.core2.collections.art
-
This node type is used for storing between 5 and
16 child pointers.
- ArtNode16() - Constructor for class exchange.core2.collections.art.ArtNode16
-
- ArtNode256<V> - Class in exchange.core2.collections.art
-
The largest node type is simply an array of 256
pointers and is used for storing between 49 and 256 entries.
- ArtNode256() - Constructor for class exchange.core2.collections.art.ArtNode256
-
- ArtNode4<V> - Class in exchange.core2.collections.art
-
The smallest node type can store up to 4 child
pointers and uses an array of length 4 for keys and another
array of the same length for pointers.
- ArtNode4() - Constructor for class exchange.core2.collections.art.ArtNode4
-
- ArtNode48<V> - Class in exchange.core2.collections.art
-
As the number of entries in a node increases,
searching the key array becomes expensive.
- ArtNode48() - Constructor for class exchange.core2.collections.art.ArtNode48
-