| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RefinableView | |
|---|---|
| org.kitesdk.data | Provides interfaces and classes for reading and writing datasets. | 
| Uses of RefinableView in org.kitesdk.data | 
|---|
| Subinterfaces of RefinableView in org.kitesdk.data | |
|---|---|
 interface | 
Dataset<E>
A logical representation of a set of data entities.  | 
 interface | 
RandomAccessDataset<E>
A Dataset that supports random access operations on entities. | 
| Methods in org.kitesdk.data that return RefinableView | |
|---|---|
 RefinableView<E> | 
RefinableView.from(String name,
     Comparable value)
Creates a sub- View, restricted to entities whose name 
 field is greater than or equal to the given value. | 
 RefinableView<E> | 
RefinableView.fromAfter(String name,
          Comparable value)
Creates a sub- View, restricted to entities whose name 
 field is greater than the given value. | 
 RefinableView<E> | 
RefinableView.to(String name,
   Comparable value)
Creates a sub- View, restricted to entities whose name 
 field is less than or equal to the given value. | 
 RefinableView<E> | 
RefinableView.toBefore(String name,
         Comparable value)
Creates a sub- View, restricted to entities whose name 
 field is less than the given value. | 
 RefinableView<E> | 
RefinableView.with(String name,
     Object... values)
Creates a sub- View, restricted to entities whose name
 field is equal to any of the given values. | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||