Uses of Class
org.dashj.bls.Uint8Vector
-
Packages that use Uint8Vector Package Description org.dashj.bls org.dashj.bls.Utils -
-
Uses of Uint8Vector in org.dashj.bls
Methods in org.dashj.bls that return Uint8Vector Modifier and Type Method Description Uint8VectorUint8VectorVector. get(int index)Uint8VectorUint8VectorVector. remove(int index)Uint8VectorUint8VectorVector. set(int index, Uint8Vector e)Methods in org.dashj.bls with parameters of type Uint8Vector Modifier and Type Method Description voidUint8VectorVector. add(int index, Uint8Vector e)booleanUint8VectorVector. add(Uint8Vector e)protected static longUint8Vector. getCPtr(Uint8Vector obj)static longDASHJBLSJNI. new_Uint8Vector__SWIG_1(long jarg1, Uint8Vector jarg1_)static longDASHJBLSJNI. new_Uint8VectorVector__SWIG_2(int jarg1, long jarg2, Uint8Vector jarg2_)Uint8VectorUint8VectorVector. set(int index, Uint8Vector e)static intDASHJBLSJNI. Uint8Vector_capacity(long jarg1, Uint8Vector jarg1_)static voidDASHJBLSJNI. Uint8Vector_clear(long jarg1, Uint8Vector jarg1_)static voidDASHJBLSJNI. Uint8Vector_doAdd__SWIG_0(long jarg1, Uint8Vector jarg1_, short jarg2)static voidDASHJBLSJNI. Uint8Vector_doAdd__SWIG_1(long jarg1, Uint8Vector jarg1_, int jarg2, short jarg3)static shortDASHJBLSJNI. Uint8Vector_doGet(long jarg1, Uint8Vector jarg1_, int jarg2)static shortDASHJBLSJNI. Uint8Vector_doRemove(long jarg1, Uint8Vector jarg1_, int jarg2)static voidDASHJBLSJNI. Uint8Vector_doRemoveRange(long jarg1, Uint8Vector jarg1_, int jarg2, int jarg3)static shortDASHJBLSJNI. Uint8Vector_doSet(long jarg1, Uint8Vector jarg1_, int jarg2, short jarg3)static intDASHJBLSJNI. Uint8Vector_doSize(long jarg1, Uint8Vector jarg1_)static booleanDASHJBLSJNI. Uint8Vector_isEmpty(long jarg1, Uint8Vector jarg1_)static voidDASHJBLSJNI. Uint8Vector_reserve(long jarg1, Uint8Vector jarg1_, int jarg2)static voidDASHJBLSJNI. Uint8VectorVector_doAdd__SWIG_0(long jarg1, Uint8VectorVector jarg1_, long jarg2, Uint8Vector jarg2_)static voidDASHJBLSJNI. Uint8VectorVector_doAdd__SWIG_1(long jarg1, Uint8VectorVector jarg1_, int jarg2, long jarg3, Uint8Vector jarg3_)static longDASHJBLSJNI. Uint8VectorVector_doSet(long jarg1, Uint8VectorVector jarg1_, int jarg2, long jarg3, Uint8Vector jarg3_)Constructors in org.dashj.bls with parameters of type Uint8Vector Constructor Description Uint8Vector(Uint8Vector other)Uint8VectorVector(int count, Uint8Vector value)Uint8VectorVector(Uint8Vector[] initialElements)Constructor parameters in org.dashj.bls with type arguments of type Uint8Vector Constructor Description Uint8VectorVector(Iterable<Uint8Vector> initialElements) -
Uses of Uint8Vector in org.dashj.bls.Utils
Subclasses of Uint8Vector in org.dashj.bls.Utils Modifier and Type Class Description classByteVector
-