Package org.dashj.bls.Utils
Class ByteVector
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<Short>
-
- org.dashj.bls.Uint8Vector
-
- org.dashj.bls.Utils.ByteVector
-
- All Implemented Interfaces:
Iterable<Short>,Collection<Short>,List<Short>,RandomAccess
public class ByteVector extends Uint8Vector
-
-
Field Summary
-
Fields inherited from class org.dashj.bls.Uint8Vector
swigCMemOwn
-
Fields inherited from class java.util.AbstractList
modCount
-
-
Constructor Summary
Constructors Constructor Description ByteVector()ByteVector(byte[] byteArray)ByteVector(int count, short value)ByteVector(short[] shortArray)ByteVector(Iterable<Short> initialElements)ByteVector(ByteVector byteVector)
-
Method Summary
-
Methods inherited from class org.dashj.bls.Uint8Vector
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
-
ByteVector
public ByteVector()
-
ByteVector
public ByteVector(ByteVector byteVector)
-
ByteVector
public ByteVector(byte[] byteArray)
-
ByteVector
public ByteVector(short[] shortArray)
-
ByteVector
public ByteVector(int count, short value)
-
-