|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.shell.io.EndOfFile
public final class EndOfFile
This class is used to represent end-of-file (EOF).
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Indicates if the provided object is equal to this end-of-file. |
static EndOfFile |
get()
Returns an instance of this class. |
int |
hashCode()
Returns 0 . |
static boolean |
isEof(java.lang.Object obj)
Indicates if the provided object is an instance of this class. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static EndOfFile get()
public static final boolean isEof(java.lang.Object obj)
obj
- the reference object with which to compare.
true
if the provided object is an
instance of this class; false
otherwise.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the reference object with which to compare.
true
if the provided object is an
instance of this class; false
otherwise.public int hashCode()
0
.
hashCode
in class java.lang.Object
0
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |