net.sf.juoserver.files
Class IdxFileEntryImpl

java.lang.Object
  extended by net.sf.juoserver.files.IdxFileEntryImpl
All Implemented Interfaces:
IdxFileEntry

public class IdxFileEntryImpl
extends Object
implements IdxFileEntry


Constructor Summary
IdxFileEntryImpl(int start, int length)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getIndex()
           
 int getLength()
           
 int getStart()
           
 int hashCode()
           
 IdxFileEntry index(int index)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdxFileEntryImpl

public IdxFileEntryImpl(int start,
                        int length)
Method Detail

index

public IdxFileEntry index(int index)
Specified by:
index in interface IdxFileEntry

getIndex

public int getIndex()
Specified by:
getIndex in interface IdxFileEntry

getStart

public int getStart()
Specified by:
getStart in interface IdxFileEntry

getLength

public int getLength()
Specified by:
getLength in interface IdxFileEntry

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2012. All Rights Reserved.