All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.net.multicast.collection.ByteCollectionL
java.lang.Object
|
+----java.util.Dictionary
|
+----java.util.Hashtable
|
+----ncsa.net.multicast.collection.ByteCollectionL
- public class ByteCollectionL
- extends Hashtable
-
ByteCollectionL()
-
-
exist(long)
-
-
numberOfPackets()
-
-
remove(long)
-
-
retrieve(long)
-
-
store(long, byte[])
-
ByteCollectionL
public ByteCollectionL()
store
public void store(long seq,
byte p[])
retrieve
public byte[] retrieve(long sequence)
remove
public byte[] remove(long sequence)
exist
public boolean exist(long sequence)
numberOfPackets
public int numberOfPackets()
All Packages Class Hierarchy This Package Previous Next Index