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
ConstructorDescriptionDeprecated.InterpretationTrieSet
(List<Interpretation> interpretations) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.boolean
Deprecated.iterator()
Deprecated.orderedDecided
(Interpretation interpretation, Argument[] order) Deprecated.boolean
Deprecated.boolean
removeAll
(Collection<?> c) Deprecated.int
size()
Deprecated.Methods inherited from class java.util.AbstractSet
equals, hashCode
Methods inherited from class java.util.AbstractCollection
addAll, clear, containsAll, isEmpty, retainAll, toArray, toArray, toString
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods 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:
iterator
in interfaceCollection<Interpretation>
- Specified by:
iterator
in interfaceIterable<Interpretation>
- Specified by:
iterator
in interfaceSet<Interpretation>
- Specified by:
iterator
in classAbstractCollection<Interpretation>
-
add
Deprecated.- Specified by:
add
in interfaceCollection<Interpretation>
- Specified by:
add
in interfaceSet<Interpretation>
- Overrides:
add
in classAbstractCollection<Interpretation>
-
size
public int size()Deprecated.- Specified by:
size
in interfaceCollection<Interpretation>
- Specified by:
size
in interfaceSet<Interpretation>
- Specified by:
size
in classAbstractCollection<Interpretation>
-
remove
Deprecated.- Specified by:
remove
in interfaceCollection<Interpretation>
- Specified by:
remove
in interfaceSet<Interpretation>
- Overrides:
remove
in classAbstractCollection<Interpretation>
-
removeAll
Deprecated.- Specified by:
removeAll
in interfaceCollection<Interpretation>
- Specified by:
removeAll
in interfaceSet<Interpretation>
- Overrides:
removeAll
in classAbstractSet<Interpretation>
-
contains
Deprecated.- Specified by:
contains
in interfaceCollection<Interpretation>
- Specified by:
contains
in interfaceSet<Interpretation>
- Overrides:
contains
in classAbstractCollection<Interpretation>
-
orderedDecided
Deprecated.
-