public class SlotList
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
long |
getNumberOfSlotLists()
Deprecated.
use
SlotList.getNumberOfSlots() instead, since JTK 6.1 |
int |
getNumberOfSlots()
Returns the number of slot IDs contained in the slot list.
|
long[] |
getSlotIDs()
Returns the slot IDs contained in the slot list.
|
long[] |
getSlotListIDs()
Deprecated.
use
SlotList.getSlotIDs() instead, since JTK 6.1 |
boolean |
hasSlotID(long slotID)
Checks if the slot list contains a given slot ID.
|
java.lang.String |
toString()
Returns a
String representation of the SlotList
object. |
public long[] getSlotIDs()
public int getNumberOfSlots()
public boolean hasSlotID(long slotID)
slotID - the slot IDtrue if the slot list contains the given ID; otherwise
falsepublic java.lang.String toString()
String representation of the SlotList
object.
toString in class java.lang.ObjectString representation of the SlotList
objectpublic long getNumberOfSlotLists()
SlotList.getNumberOfSlots() instead, since JTK 6.1public long[] getSlotListIDs()
SlotList.getSlotIDs() instead, since JTK 6.1