|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.dalsemi.nethack.ARPCache
Class declaration
| Constructor Summary | |
ARPCache()
Constructor declaration |
|
| Method Summary | |
static void |
addEntry(ARPCacheEntry ace)
Method declaration |
static void |
deleteEntry(byte[] ipAddress)
Method declaration |
boolean |
hasMoreElements()
Method declaration |
java.lang.Object |
nextElement()
Method declaration |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ARPCache()
| Method Detail |
public java.lang.Object nextElement()
throws java.util.NoSuchElementException
public boolean hasMoreElements()
public static void deleteEntry(byte[] ipAddress)
throws ARPCacheException
ipAddress -
public static void addEntry(ARPCacheEntry ace)
throws ARPCacheException
ace -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||