|
Josh Native console access wrapper for Java |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.yifanlu.Josh.JoshBuffer
public abstract class JoshBuffer
Contains a handle to a memory location. Note that subclasses of JoshBuffer are immutable, therefore objects created cannot be modified, but can be replaced.
| Constructor Summary | |
|---|---|
JoshBuffer()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object anObject)
Compares two Objects, if both are JoshBuffer and have the same handle, they are equal. |
ConsoleHandle |
getHandle()
Gets the memory location of this buffer. |
int |
hashCode()
Returns a hash code. |
protected void |
setHandle(ConsoleHandle handle)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JoshBuffer()
| Method Detail |
|---|
public ConsoleHandle getHandle()
memory location of this buffer.
protected void setHandle(ConsoleHandle handle)
public boolean equals(java.lang.Object anObject)
equals in class java.lang.ObjectanObject - Another JoshBuffer object.
public int hashCode()
hashCode in class java.lang.Object
|
Copyright © 2010 Yifan Lu | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||