com.mobixess.jodb.core.query
Class LArrayIndexIterator

java.lang.Object
  extended by com.mobixess.jodb.core.query.LArrayIndexIterator
All Implemented Interfaces:
IndexDataIterator, IndexIterator

public class LArrayIndexIterator
extends java.lang.Object
implements IndexDataIterator


Constructor Summary
LArrayIndexIterator(long[] array)
           
 
Method Summary
 boolean hasNext()
           
 int length()
           
 long next()
           
 long next(java.nio.ByteBuffer result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LArrayIndexIterator

public LArrayIndexIterator(long[] array)
Parameters:
array -
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface IndexIterator

length

public int length()
Specified by:
length in interface IndexIterator

next

public long next()
Specified by:
next in interface IndexIterator

next

public long next(java.nio.ByteBuffer result)
Specified by:
next in interface IndexDataIterator


Copyright © Mobixess Inc. All Rights Reserved.