Class ImmutableUniqueList<T>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
org.apache.jena.sparql.engine.join.ImmutableUniqueList<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>
Direct Known Subclasses:
JoinKey

public class ImmutableUniqueList<T> extends AbstractList<T>
An immutable list without duplicates. For lists of size 5 or larger, the indexOf(Object) method will on first use index the elements for faster access.