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