
| Interface | Description |
|---|---|
| OCollection<T> |
If class implements given interface it means that this class represents collection which is not part of Java Collections
Framework.
|
| OLazyIterator<T> |
Generic interface for lazy iterators allowing the update of current value.
|
| ONavigableMap<K,V> |
This interface emulates the NavigableMap of Java 1.6.
|
| ONavigableSet<E> |
This interface emulates the NavigableSet of Java 1.6.
|
| Class | Description |
|---|---|
| OIterableObject<T> |
Allows to iterate over a single object
|
| OIterableObjectArray<T> |
Allow to iterate over the array casted to Object.
|
| OLazyIteratorListWrapper<T> |
Lazy iterator implementation based on List Iterator.
|
| OLRUCache<K,V> |
The most simpler LRU cache implementation in Java.
|
| OMultiCollectionIterator<T> |
Iterator that allow to iterate against multiple collection of elements.
|
| OMultiValue |
Handles Multi-value types such as Arrays, Collections and Maps.
|
| OSimpleImmutableEntry<K,V> | |
| OSortedMultiIterator<T extends OIdentifiable> |
Copyright © 2009–2025 OrientDB. All rights reserved.