public static enum OnDiskIndex.IteratorOrder extends java.lang.Enum<OnDiskIndex.IteratorOrder>
| Modifier and Type | Field and Description | 
|---|---|
| int | step | 
| Modifier and Type | Method and Description | 
|---|---|
| int | startAt(OnDiskBlock.SearchResult<OnDiskIndex.DataTerm> found,
       boolean inclusive) | 
| int | startAt(OnDiskBlock<OnDiskIndex.DataTerm> block,
       Expression e) | 
| static OnDiskIndex.IteratorOrder | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static OnDiskIndex.IteratorOrder[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final OnDiskIndex.IteratorOrder DESC
public static final OnDiskIndex.IteratorOrder ASC
public static OnDiskIndex.IteratorOrder[] values()
for (OnDiskIndex.IteratorOrder c : OnDiskIndex.IteratorOrder.values()) System.out.println(c);
public static OnDiskIndex.IteratorOrder valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int startAt(OnDiskBlock<OnDiskIndex.DataTerm> block, Expression e)
public int startAt(OnDiskBlock.SearchResult<OnDiskIndex.DataTerm> found, boolean inclusive)
Copyright © 2018 The Apache Software Foundation