| Package | Description |
|---|---|
| org.semanticweb.elk.util.collections.entryset |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GenericStructuralObject<T extends GenericStructuralObject<T>>
A generic version of
StructuralObject that can be used to define
different types of the structural objects. |
| Modifier and Type | Method and Description |
|---|---|
<T extends GenericStructuralObject<T>> |
EntryCollection.findStructural(T key)
Finds and returns the entry in set that is structurally equal to the
input key.
|
<T extends GenericStructuralObject<T>> |
EntryCollection.removeStructural(T key)
Removes and returns the entry in the set that is structurally equal to
the specified key.
|
Copyright © 2011–2024 Live Ontologies Project. All rights reserved.