JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util
Class SeqRangeCollector.Range

java.lang.Object
  |
  +--com.klg.jclass.util.SeqRangeCollector.Range
Enclosing class:
SeqRangeCollector

public class SeqRangeCollector.Range
extends Object

Class holding range.


Field Summary
 int end
          End of range.
 int size
          Size of range.
 int start
          Start of range.
 
Constructor Summary
SeqRangeCollector.Range()
           
SeqRangeCollector.Range(int start, int end, int size)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

start

public int start
Start of range.


end

public int end
End of range.


size

public int size
Size of range.

Constructor Detail

SeqRangeCollector.Range

public SeqRangeCollector.Range()

SeqRangeCollector.Range

public SeqRangeCollector.Range(int start,
                               int end,
                               int size)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Copyright © 2004 Quest Software Inc..
All rights reserved.