Package | Description |
---|---|
org.apache.uima.internal.util.rb_trees |
Modifier and Type | Class and Description |
---|---|
class |
CompIntArrayRBT
Used for UIMA Set indexes
|
class |
Int2IntRBT
A map<int, int>
uses IntArrayRBTcommon
Int to Int Map, based on IntArrayRBT, used in no-duplicates mode
Implements Map - like interface:
keys and values are ints
Entry set not (yet) impl
no keySet()
no values()
|
class |
IntArrayRBT
A set (not a map) of ints.
|
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.