| Package | Description |
|---|---|
| org.semanticweb.elk.util.collections.chains |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChain<T extends ModifiableLink<T>>
This class provides a skeletal implementation of the
Chain interface
to minimize the effort required to implement this interface. |
interface |
Chain<T extends ModifiableLink<T>>
A linked list of elements together with helper functions to find, create if
not found, and remove elements in the chain.
|
interface |
Chainable<T extends ModifiableLink<T>>
Elements that can be inserted and removed from
Chains |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Chain<T extends ModifiableLink<T>>
A linked list of elements together with helper functions to find, create if
not found, and remove elements in the chain.
|
interface |
Chainable<T extends ModifiableLink<T>>
Elements that can be inserted and removed from
Chains |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChain<T extends ModifiableLink<T>>
This class provides a skeletal implementation of the
Chain interface
to minimize the effort required to implement this interface. |
class |
ModifiableLinkImpl<T>
A simple implementation of the
Link and ModifiableLink
interfaces. |
| Modifier and Type | Method and Description |
|---|---|
static <K,T extends ModifiableLink<T>> |
AbstractChain.getMapBackedChain(Map<K,T> map,
K key)
|
Copyright © 2011–2024 Live Ontologies Project. All rights reserved.