Package org.dashj.bls.Utils
Class G2ElementList
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<G2Element>
-
- org.dashj.bls.G2ElementVector
-
- org.dashj.bls.Utils.G2ElementList
-
- All Implemented Interfaces:
Iterable<G2Element>,Collection<G2Element>,List<G2Element>,RandomAccess
public class G2ElementList extends G2ElementVector
-
-
Field Summary
-
Fields inherited from class org.dashj.bls.G2ElementVector
swigCMemOwn
-
Fields inherited from class java.util.AbstractList
modCount
-
-
Constructor Summary
Constructors Constructor Description G2ElementList()G2ElementList(List<G2Element> list)G2ElementList(G2Element[] array)G2ElementList(G2Element first, G2Element... elements)
-
Method Summary
-
Methods inherited from class org.dashj.bls.G2ElementVector
add, add, capacity, clear, delete, finalize, get, getCPtr, isEmpty, remove, removeRange, reserve, set, size
-
Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
addAll, contains, containsAll, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
-