N - the type of the next linked elementpublic interface Entry<N> extends StructuralObject
EntryCollection.
Entries should be connected to each other, so basic operations include
setting and getting a reference to the next element.| Modifier and Type | Method and Description |
|---|---|
N |
getNext()
Returns the next next element of the entry, or null if there is no next
element
|
void |
setNext(N next)
Setting the input element as the next element of the entry.
|
structuralEquals, structuralHashCodevoid setNext(N next)
next - the object that should be set as the next element of the
recordN getNext()
Copyright © 2011–2024 Live Ontologies Project. All rights reserved.