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