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.
|
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.
|
OSortedMultiIterator<T extends OIdentifiable> |
Copyright © 2009–2020 OrientDB. All rights reserved.