|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Referrer in au.net.zeus.collection |
---|
Methods in au.net.zeus.collection that return types with arguments of type Referrer | ||
---|---|---|
static
|
RC.comparator(Comparator<? super T> comparator)
When using a Comparator in SortedSet's and SortedMap's, the Comparator must be encapsulated using this method, to order the Set or Map by referents and not References. |
Method parameters in au.net.zeus.collection with type arguments of type Referrer | ||
---|---|---|
static
|
RC.blockingDeque(BlockingDeque<Referrer<T>> internal,
Ref type,
long gcCycle)
Decorate a BlockingDeque for holding references so it appears as a BlockingDeque containing referents. |
|
static
|
RC.blockingQueue(BlockingQueue<Referrer<T>> internal,
Ref type,
long gcCycle)
Decorate a BlockingQueue for holding references so it appears as a BlockingQueue containing referents. |
|
static
|
RC.collection(Collection<Referrer<T>> internal,
Ref type,
long gcCycle)
Decorate a Collection for holding references so it appears as a Collection containing referents. |
|
static
|
RC.concurrentMap(ConcurrentMap<Referrer<K>,Referrer<V>> internal,
Ref key,
Ref value,
long gcKeyCycle,
long gcValCycle)
Decorate a ConcurrentMap for holding references so it appears as a ConcurrentMap containing referents. |
|
static
|
RC.concurrentMap(ConcurrentMap<Referrer<K>,Referrer<V>> internal,
Ref key,
Ref value,
long gcKeyCycle,
long gcValCycle)
Decorate a ConcurrentMap for holding references so it appears as a ConcurrentMap containing referents. |
|
static
|
RC.concurrentNavigableMap(ConcurrentNavigableMap<Referrer<K>,Referrer<V>> internal,
Ref key,
Ref value,
long gcKeyCycle,
long gcValCycle)
Decorate a ConcurrentNavigableMap for holding references so it appears as a ConcurrentNavigableMap containing referents. |
|
static
|
RC.concurrentNavigableMap(ConcurrentNavigableMap<Referrer<K>,Referrer<V>> internal,
Ref key,
Ref value,
long gcKeyCycle,
long gcValCycle)
Decorate a ConcurrentNavigableMap for holding references so it appears as a ConcurrentNavigableMap containing referents. |
|
static
|
RC.deque(Deque<Referrer<T>> internal,
Ref type,
long gcCycle)
Decorate a Deque for holding references so it appears as a Deque containing referents. |
|
static
|
RC.list(List<Referrer<T>> internal,
Ref type,
long gcCycle)
Decorate a List for holding references so it appears as a List containing referents. |
|
static
|
RC.map(Map<Referrer<K>,Referrer<V>> internal,
Ref key,
Ref value,
long gcKeyCycle,
long gcValCycle)
Decorate a Map for holding references so it appears as a Map containing referents. |
|
static
|
RC.map(Map<Referrer<K>,Referrer<V>> internal,
Ref key,
Ref value,
long gcKeyCycle,
long gcValCycle)
Decorate a Map for holding references so it appears as a Map containing referents. |
|
static
|
RC.navigableMap(NavigableMap<Referrer<K>,Referrer<V>> internal,
Ref key,
Ref value,
long gcKeyCycle,
long gcValCycle)
Decorate a NavigableMap for holding Referrers so it appears as a NavigableMap containing referents. |
|
static
|
RC.navigableMap(NavigableMap<Referrer<K>,Referrer<V>> internal,
Ref key,
Ref value,
long gcKeyCycle,
long gcValCycle)
Decorate a NavigableMap for holding Referrers so it appears as a NavigableMap containing referents. |
|
static
|
RC.navigableSet(NavigableSet<Referrer<T>> internal,
Ref type,
long gcCycle)
Decorate a NavigableSet for holding references so it appears as a NavigableSet containing referents. |
|
static
|
RC.queue(Queue<Referrer<T>> internal,
Ref type,
long gcCycle)
Decorate a Queue for holding references so it appears as a Queue containing referents. |
|
static
|
RC.set(Set<Referrer<T>> internal,
Ref type,
long gcCycle)
Decorate a Set for holding references so it appears as a Set containing referents. |
|
static
|
RC.sortedMap(SortedMap<Referrer<K>,Referrer<V>> internal,
Ref key,
Ref value,
long gcKeyCycle,
long gcValCycle)
Decorate a SortedMap for holding references so it appears as a SortedMap containing referents. |
|
static
|
RC.sortedMap(SortedMap<Referrer<K>,Referrer<V>> internal,
Ref key,
Ref value,
long gcKeyCycle,
long gcValCycle)
Decorate a SortedMap for holding references so it appears as a SortedMap containing referents. |
|
static
|
RC.sortedSet(SortedSet<Referrer<T>> internal,
Ref type,
long gcCycle)
Decorate a SortedSet for holding references so it appears as a SortedSet containing referents. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |