org.jibx.binding.util |
|
Java Source File Name | Type | Comment |
ArrayMap.java | Class | Array with reverse mapping from values to indices. |
IntegerCache.java | Class | Cache of Integer values. |
MultipleValueMap.java | Class | Map supporting multiple values for a single key. |
ObjectStack.java | Class | Growable Object stack with type specific access methods. |
SparseStack.java | Class | Stack for values that depend on the level of nesting, where only some of the
levels change the current value.
author: Dennis M. |
StringArray.java | Class | Wrapper for arrays of ordered strings. |
StringStack.java | Class | Growable String stack with type specific access methods. |