Searched defs:nativeIterator (Results 1 – 3 of 3) sorted by relevance
15 public static native int nNext(long nativeIterator, long pointsAddress); in nNext()17 public static native int nNextHost(long nativeIterator, float[] pointsArray); in nNextHost()19 public static native int nPeek(long nativeIterator); in nPeek()
23 protected static int nNext(long nativeIterator, long pointsAddress) { in nNext()30 protected static int nNextHost(long nativeIterator, float[] points) { in nNextHost()
46 protected static int nNext(long nativeIterator, long pointsAddress) { in nNext()65 protected static int nPeek(long nativeIterator) { in nPeek()