| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--ostore.dataobj.All
A Selection describing the entire DataObject.
 
TODO: Add an upper bound on the amount of data to return?
| Constructor Summary | |
|---|---|
All()
Creates an All | 
|
All(InputBuffer buffer)
Creates an All from its QuickSerializable
 form. | 
|
| Method Summary | |
|---|---|
 boolean | 
contains(Selection sel)
Tests for inclusion with other Selection.
  | 
 boolean | 
equals(Object obj)
 | 
 int | 
hashCode()
 | 
 void | 
serialize(OutputBuffer buffer)
Add the object to the buffer. | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public All()
All
public All(InputBuffer buffer)
All from its QuickSerializable
 form.
| Method Detail | 
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean contains(Selection sel)
SelectionSelection.
 Iff a.contains(b) and b.contains(a), it
 should also be true that a.equals(b).
contains in interface Selectionsel - Another Selection.
true iff this Selection describes
 a portion of a DataObject which includes the entire
 portion described by sel
 (independent of a specific DataObject).public void serialize(OutputBuffer buffer)
QuickSerializablebuffer.
serialize in interface QuickSerializablebuffer - the output buffer to add the object to
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||