K
- Key type.V
- Value type.public class OClosableEntry<K,V extends OClosableItem> extends Object
OClosableLinkedContainer
Constructor and Description |
---|
OClosableEntry(V item) |
Modifier and Type | Method and Description |
---|---|
void |
acquireStateLock() |
V |
get() |
OClosableEntry<K,V> |
getNext() |
OClosableEntry<K,V> |
getPrev() |
static boolean |
isOpen(long state) |
void |
releaseStateLock() |
void |
setNext(OClosableEntry<K,V> next) |
void |
setPrev(OClosableEntry<K,V> prev) |
public OClosableEntry(V item)
public static boolean isOpen(long state)
public OClosableEntry<K,V> getNext()
public void setNext(OClosableEntry<K,V> next)
public OClosableEntry<K,V> getPrev()
public void setPrev(OClosableEntry<K,V> prev)
public V get()
public void acquireStateLock()
public void releaseStateLock()
Copyright © 2009–2020 OrientDB. All rights reserved.