Package org.dashj.bls.Utils
Class G1ElementList
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<G1Element>
-
- org.dashj.bls.G1ElementVector
-
- org.dashj.bls.Utils.G1ElementList
-
- All Implemented Interfaces:
Iterable<G1Element>,Collection<G1Element>,List<G1Element>,RandomAccess
public class G1ElementList extends G1ElementVector
-
-
Field Summary
-
Fields inherited from class org.dashj.bls.G1ElementVector
swigCMemOwn
-
Fields inherited from class java.util.AbstractList
modCount
-
-
Constructor Summary
Constructors Constructor Description G1ElementList()G1ElementList(List<G1Element> list)G1ElementList(G1Element[] array)G1ElementList(G1Element first, G1Element... elements)
-
Method Summary
-
Methods inherited from class org.dashj.bls.G1ElementVector
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
-
-