Class ImmutableTermList
java.lang.Object
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.ImmutableTermList
An immutable list of terms
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription<T> Taccept(LogicSchemaVisitor<T> visitor) voidDeprecated.This operation is not supportedbooleanDeprecated.This operation is not supportedbooleanaddAll(int index, Collection<? extends Term> c) Deprecated.This operation is not supportedbooleanaddAll(Collection<? extends Term> c) Deprecated.This operation is not supportedapplySubstitution(Substitution substitution) voidclear()Deprecated.This operation is not supportedbooleanbooleancontainsAll(Collection<?> c) booleanget(int index) inthashCode()intbooleanisEmpty()iterator()intlistIterator(int index) remove(int index) Deprecated.This operation is not supportedbooleanDeprecated.This operation is not supportedbooleanremoveAll(Collection<?> c) Deprecated.This operation is not supportedbooleanretainAll(Collection<?> c) Deprecated.This operation is not supportedDeprecated.This operation is not supportedintsize()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, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods 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:
 containsAllin interfaceCollection<Term>- Specified by:
 containsAllin 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:
 lastIndexOfin interfaceList<Term>
 - 
listIterator
- Specified by:
 listIteratorin interfaceList<Term>
 - 
listIterator
- Specified by:
 listIteratorin interfaceList<Term>
 - 
subList
 - 
applySubstitution
 - 
getUsedVariables
 - 
accept
 - 
hashCode
public int hashCode() - 
equals
 - 
toString
 
 -