Searched refs:toIntArray (Results 1 – 3 of 3) sorted by relevance
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
513 int[] a1Oid = a1.getObjectIdentifier().toIntArray(); in compare()514 int[] a2Oid = a2.getObjectIdentifier().toIntArray(); in compare()
121 int[] comps = toIntArray(); in writeObject()357 public int[] toIntArray() { in toIntArray() method in ObjectIdentifier