Class ImmutableTermList
java.lang.Object
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.ImmutableTermList
An immutable list of terms
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> T
accept
(LogicSchemaVisitor<T> visitor) void
Deprecated.This operation is not supportedboolean
Deprecated.This operation is not supportedboolean
addAll
(int index, Collection<? extends Term> c) Deprecated.This operation is not supportedboolean
addAll
(Collection<? extends Term> c) Deprecated.This operation is not supportedapplySubstitution
(Substitution substitution) void
clear()
Deprecated.This operation is not supportedboolean
boolean
containsAll
(Collection<?> c) boolean
get
(int index) int
hashCode()
int
boolean
isEmpty()
iterator()
int
listIterator
(int index) remove
(int index) Deprecated.This operation is not supportedboolean
Deprecated.This operation is not supportedboolean
removeAll
(Collection<?> c) Deprecated.This operation is not supportedboolean
retainAll
(Collection<?> c) Deprecated.This operation is not supportedDeprecated.This operation is not supportedint
size()
subList
(int fromIndex, int toIndex) Object[]
toArray()
<T> T[]
toArray
(T[] a) toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
replaceAll, sort, spliterator
-
Constructor Details
-
ImmutableTermList
-
ImmutableTermList
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
contains
-
iterator
-
toArray
-
toArray
public <T> T[] toArray(T[] a) -
add
Deprecated.This operation is not supported -
remove
Deprecated.This operation is not supported -
containsAll
- Specified by:
containsAll
in interfaceCollection<Term>
- Specified by:
containsAll
in interfaceList<Term>
-
addAll
Deprecated.This operation is not supported -
addAll
Deprecated.This operation is not supported -
removeAll
Deprecated.This operation is not supported -
retainAll
Deprecated.This operation is not supported -
clear
Deprecated.This operation is not supported -
get
-
set
Deprecated.This operation is not supported -
add
Deprecated.This operation is not supported -
remove
Deprecated.This operation is not supported -
indexOf
-
lastIndexOf
- Specified by:
lastIndexOf
in interfaceList<Term>
-
listIterator
- Specified by:
listIterator
in interfaceList<Term>
-
listIterator
- Specified by:
listIterator
in interfaceList<Term>
-
subList
-
applySubstitution
-
getUsedVariables
-
accept
-
equals
-
hashCode
public int hashCode() -
toString
-