Package org.jpmml.model.collections
Class TripletonList<E>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- org.jpmml.model.collections.AbstractFixedSizeList<E>
-
- org.jpmml.model.collections.TripletonList<E>
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Iterable<E>,java.util.Collection<E>,java.util.List<E>,java.util.RandomAccess
public class TripletonList<E> extends AbstractFixedSizeList<E> implements java.util.RandomAccess, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TripletonList(E first, E second, E third)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Eget(int index)booleanisEmpty()Eset(int index, E element)intsize()java.util.List<E>subList(int fromIndex, int toIndex)-
Methods inherited from class org.jpmml.model.collections.AbstractFixedSizeList
add, addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove
-
-