Range Class Reference

Inherited by Span.

List of all members.

Public Member Functions

boolean contains (long value)
boolean equals (Object obj)
long getBegin ()
long getEnd ()
long getWidth ()
int hashCode ()
boolean isSingularity ()
 Range (long begin, long end)
String toString ()

Package Functions

public< T > List< T > subList (List< T > list)

Private Attributes

long _begin
long _end


Constructor & Destructor Documentation

Range ( long  begin,
long  end 
)


Member Function Documentation

boolean contains ( long  value  ) 

boolean equals ( Object  obj  ) 

long getBegin (  ) 

long getEnd (  ) 

long getWidth (  ) 

int hashCode (  ) 

boolean isSingularity (  ) 

Returns true if the start and end are the same (i.e. this is a single value).

public<T> List<T> subList ( List< T >  list  )  [package]

String toString (  ) 

Reimplemented in Span.


Member Data Documentation

long _begin [private]

long _end [private]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:42:46 2012 for Project Wonder by  doxygen 1.5.8