|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Chain | |
|---|---|
| org.semanticweb.elk.util.collections.chains | |
| Uses of Chain in org.semanticweb.elk.util.collections.chains |
|---|
| Classes in org.semanticweb.elk.util.collections.chains that implement Chain | |
|---|---|
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. |
| Methods in org.semanticweb.elk.util.collections.chains that return Chain | ||
|---|---|---|
static
|
AbstractChain.getMapBackedChain(Map<K,T> map,
K key)
Creates a Chain view of the value associated with the given key
in the given Map. |
|
| Methods in org.semanticweb.elk.util.collections.chains with parameters of type Chain | |
|---|---|
boolean |
Chainable.addTo(Chain<T> chain)
Adds this element to the given Chain |
boolean |
Chainable.removeFrom(Chain<T> chain)
Removes this element from the given Chain |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||