Package | Description |
---|---|
com.orientechnologies.common.collection.closabledictionary |
Modifier and Type | Method and Description |
---|---|
OClosableEntry<K,V> |
OClosableLinkedContainer.acquire(K key)
Acquires item associated with passed in key in container.
|
OClosableEntry<K,V> |
OClosableEntry.getNext() |
OClosableEntry<K,V> |
OClosableEntry.getPrev() |
OClosableEntry<K,V> |
OClosableLinkedContainer.tryAcquire(K key) |
Modifier and Type | Method and Description |
---|---|
void |
OClosableLinkedContainer.release(OClosableEntry<K,V> entry)
Releases item acquired by call of
OClosableLinkedContainer.acquire(Object) method. |
void |
OClosableEntry.setNext(OClosableEntry<K,V> next) |
void |
OClosableEntry.setPrev(OClosableEntry<K,V> prev) |
Copyright © 2009–2020 OrientDB. All rights reserved.