public abstract static class PackedInts.Reader extends NumericDocValues implements Accountable
| Constructor and Description | 
|---|
PackedInts.Reader()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
get(int index,
   long[] arr,
   int off,
   int len)
Bulk get: read at least one and at most  
len longs starting
 from index into arr[off:off+len] and return
 the actual number of values that have been read. | 
Collection<Accountable> | 
getChildResources()
Returns nested resources of this class. 
 | 
abstract int | 
size()  | 
getclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitramBytesUsedpublic int get(int index,
      long[] arr,
      int off,
      int len)
len longs starting
 from index into arr[off:off+len] and return
 the actual number of values that have been read.public abstract int size()
public Collection<Accountable> getChildResources()
AccountablegetChildResources in interface AccountableAccountablesCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.