Overview
| Package | Class |
Tree
|
Deprecated
|
Index
|
Help
PREV | NEXT
FRAMES
|
NO FRAMES
C
E
F
G
I
N
O
P
Q
R
S
T
C
createObject()
- Method in class fi.hut.tcm.jacob.utility.
RecyclingFactory
E
empty()
- Method in class fi.hut.tcm.jacob.utility.
OrderedQueue
Return true if storage is empty otherwise false.
empty()
- Method in class fi.hut.tcm.jacob.utility.
Pool
Return true if storage is empty otherwise false.
empty()
- Method in class fi.hut.tcm.jacob.utility.
Queue
Return true if storage is empty otherwise false.
empty()
- Method in interface fi.hut.tcm.jacob.utility.
Storage
Return true if storage is empty otherwise false.
F
fi.hut.tcm.jacob.utility
- package fi.hut.tcm.jacob.utility
full()
- Method in class fi.hut.tcm.jacob.utility.
OrderedQueue
Returns true if storage is full otherwise false.
full()
- Method in class fi.hut.tcm.jacob.utility.
Pool
Returns true if storage is full otherwise false.
full()
- Method in class fi.hut.tcm.jacob.utility.
Queue
Returns true if storage is full otherwise false.
full()
- Method in interface fi.hut.tcm.jacob.utility.
Storage
Returns true if storage is full otherwise false.
G
get()
- Method in class fi.hut.tcm.jacob.utility.
OrderedQueue
Returns reference to item which have highest key (i.e. priority).
get()
- Method in interface fi.hut.tcm.jacob.utility.
OrderedStorage
Returns reference to item which have highest key (i.e. priority).
getOrderKey(Object)
- Method in interface fi.hut.tcm.jacob.utility.
OrderQuery
I
instance
- Static variable in interface fi.hut.tcm.jacob.utility.
OrderQuery
N
newObject()
- Method in class fi.hut.tcm.jacob.utility.
RecyclingFactory
O
OrderedQueue(OrderQuery)
- Constructor for class fi.hut.tcm.jacob.utility.
OrderedQueue
This is overloaded constructor of theOrderedQueue.
OrderedQueue(OrderQuery, int)
- Constructor for class fi.hut.tcm.jacob.utility.
OrderedQueue
This is overloaded constructor of the OrderedQueue.
OrderedQueue(OrderQuery, boolean)
- Constructor for class fi.hut.tcm.jacob.utility.
OrderedQueue
This is overloaded constructor of theOrderedQueue.
OrderedQueue(OrderQuery, int, boolean)
- Constructor for class fi.hut.tcm.jacob.utility.
OrderedQueue
This is overloaded constructor of the OrderedQueue.
OrderedQueue
- class fi.hut.tcm.jacob.utility.
OrderedQueue
.
OrderedQueue A OrderedQueue is used to store Items which have priorities (i.e.
OrderedStorage
- interface fi.hut.tcm.jacob.utility.
OrderedStorage
.
OrderedStorage The common interface of sorted storages.
OrderQuery
- interface fi.hut.tcm.jacob.utility.
OrderQuery
.
OrderQuery Interface that the OrderedQueue uses to query the ordervalue of elements.
P
Pool()
- Constructor for class fi.hut.tcm.jacob.utility.
Pool
This is overloaded constructor of the Pool.
Pool(int)
- Constructor for class fi.hut.tcm.jacob.utility.
Pool
This is overloaded constructor of the Queue.
Pool
- class fi.hut.tcm.jacob.utility.
Pool
.
Pool A Pool is used to store objects i.e.
put(Object)
- Method in class fi.hut.tcm.jacob.utility.
OrderedQueue
Adds item to OrderedQueue using priority and notifyes all waiting take method calls.
put(Object)
- Method in class fi.hut.tcm.jacob.utility.
Pool
Adds item to the Pool.
put(Object)
- Method in class fi.hut.tcm.jacob.utility.
Queue
Adds item to storage and notifyes all waiting take method calls.
put(Object)
- Method in interface fi.hut.tcm.jacob.utility.
Storage
Adds item to storage.
Q
Queue()
- Constructor for class fi.hut.tcm.jacob.utility.
Queue
This is overloaded constructor of the Queue.
Queue(int)
- Constructor for class fi.hut.tcm.jacob.utility.
Queue
This is overloaded constructor of the Queue.
Queue
- class fi.hut.tcm.jacob.utility.
Queue
.
Queue A Queue is used to store Items which can be MessageTransporters, or Controllers (i.e.
R
RecyclingFactory()
- Constructor for class fi.hut.tcm.jacob.utility.
RecyclingFactory
RecyclingFactory
- class fi.hut.tcm.jacob.utility.
RecyclingFactory
.
RecyclingFactory
releaseObject(Object)
- Method in class fi.hut.tcm.jacob.utility.
RecyclingFactory
S
Storage
- interface fi.hut.tcm.jacob.utility.
Storage
.
Storage The common interface for fifo or lifo type of storages
T
take()
- Method in class fi.hut.tcm.jacob.utility.
OrderedQueue
Removes one Item (highest priority) from OrderedQueue and returns reference to it.
take(Object)
- Method in class fi.hut.tcm.jacob.utility.
OrderedQueue
Removes given object from storage and returns reference to it.
take(Object)
- Method in interface fi.hut.tcm.jacob.utility.
OrderedStorage
Removes given object from storage and returns reference to it.
take()
- Method in class fi.hut.tcm.jacob.utility.
Pool
Removes one Item from Pool and returns reference to it.
take()
- Method in class fi.hut.tcm.jacob.utility.
Queue
Removes one Item from Queue and returns reference to it.
take()
- Method in interface fi.hut.tcm.jacob.utility.
Storage
Removes item from storage and returns reference to it.
C
E
F
G
I
N
O
P
Q
R
S
T
Overview
| Package | Class |
Tree
|
Deprecated
|
Index
|
Help
PREV | NEXT
FRAMES
|
NO FRAMES