|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jnetpcap.util.HoldQueue.HoldHandle<C>
C - the generic typepublic static class HoldQueue.HoldHandle<C>
The Class HoldHandle.
| Constructor Summary | |
|---|---|
HoldQueue.HoldHandle(HoldQueue<?,C> parent,
java.lang.Comparable<C> hold)
Instantiates a new hold handle. |
|
| Method Summary | |
|---|---|
int |
compareTo(C o)
Compare to. |
int |
release()
Release. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HoldQueue.HoldHandle(HoldQueue<?,C> parent,
java.lang.Comparable<C> hold)
parent - the parenthold - the hold| Method Detail |
|---|
public int release()
public int compareTo(C o)
compareTo in interface java.lang.Comparable<C>o - the o
Comparable.compareTo(java.lang.Object)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||