Searched refs:toIntArray (Results 1 – 7 of 7) sorted by relevance
60 public int[] toIntArray() { throw new RuntimeException("Stub!"); } in toIntArray() method in ObjectIdentifier
52 nodes.add(tree(toList(array), l -> Nodes.node(toIntArray(l)))); in createSizes()80 private int[] toIntArray(List<Integer> l) { in toIntArray() method in IntNodeTest
497 int[] a1Oid = a1.getObjectIdentifier().toIntArray(); in compare()498 int[] a2Oid = a2.getObjectIdentifier().toIntArray(); in compare()
87 public int[] toIntArray() { in toIntArray() method in ObjectIdentifier
120 int[] comps = toIntArray(); in writeObject()363 public int[] toIntArray() { in toIntArray() method in ObjectIdentifier
421 int[] toIntArray() { in toIntArray() method in MutableBigInteger
2954 table[0] = r.toIntArray(); in oddModPow()