Uses of Class
org.roaringbitmap.art.NodeType
-
Packages that use NodeType Package Description org.roaringbitmap.art -
-
Uses of NodeType in org.roaringbitmap.art
Fields in org.roaringbitmap.art declared as NodeType Modifier and Type Field Description protected NodeType
Node. nodeType
Methods in org.roaringbitmap.art that return NodeType Modifier and Type Method Description static NodeType
NodeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NodeType[]
NodeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.roaringbitmap.art with parameters of type NodeType Constructor Description Node(NodeType nodeType, int compressedPrefixSize)
constructor
-