Package org.tweetyproject.arg.adf.util
Class InterpretationTrieSet
- All Implemented Interfaces:
Iterable<Interpretation>,Collection<Interpretation>,Set<Interpretation>
Deprecated.
Was written for failed experiments and is not maintained anymore.
This is a monotone collection, hence you can only add elements to it, but not remove them.
- Author:
- Mathias Hofer
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.InterpretationTrieSet(List<Interpretation> interpretations) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.booleanDeprecated.iterator()Deprecated.orderedDecided(Interpretation interpretation, Argument[] order) Deprecated.booleanDeprecated.booleanremoveAll(Collection<?> c) Deprecated.intsize()Deprecated.Methods inherited from class java.util.AbstractSet
equals, hashCodeMethods inherited from class java.util.AbstractCollection
addAll, clear, containsAll, isEmpty, retainAll, toArray, toArray, toStringMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
addAll, clear, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
InterpretationTrieSet
public InterpretationTrieSet()Deprecated. -
InterpretationTrieSet
Deprecated.
-
-
Method Details
-
iterator
Deprecated.- Specified by:
iteratorin interfaceCollection<Interpretation>- Specified by:
iteratorin interfaceIterable<Interpretation>- Specified by:
iteratorin interfaceSet<Interpretation>- Specified by:
iteratorin classAbstractCollection<Interpretation>
-
add
Deprecated.- Specified by:
addin interfaceCollection<Interpretation>- Specified by:
addin interfaceSet<Interpretation>- Overrides:
addin classAbstractCollection<Interpretation>
-
size
public int size()Deprecated.- Specified by:
sizein interfaceCollection<Interpretation>- Specified by:
sizein interfaceSet<Interpretation>- Specified by:
sizein classAbstractCollection<Interpretation>
-
remove
Deprecated.- Specified by:
removein interfaceCollection<Interpretation>- Specified by:
removein interfaceSet<Interpretation>- Overrides:
removein classAbstractCollection<Interpretation>
-
removeAll
Deprecated.- Specified by:
removeAllin interfaceCollection<Interpretation>- Specified by:
removeAllin interfaceSet<Interpretation>- Overrides:
removeAllin classAbstractSet<Interpretation>
-
contains
Deprecated.- Specified by:
containsin interfaceCollection<Interpretation>- Specified by:
containsin interfaceSet<Interpretation>- Overrides:
containsin classAbstractCollection<Interpretation>
-
orderedDecided
Deprecated.
-