B
- blockingDeque(BlockingDeque<Referrer<T>>, Ref, long) -
Static method in class au.net.zeus.collection.RC
- Decorate a BlockingDeque for holding references so it appears as a BlockingDeque
containing referents.
- blockingQueue(BlockingQueue<Referrer<T>>, Ref, long) -
Static method in class au.net.zeus.collection.RC
- Decorate a BlockingQueue for holding references so it appears as a BlockingQueue
containing referents.
C
- clear() -
Method in interface au.net.zeus.collection.Referrer
-
- collection(Collection<Referrer<T>>, Ref, long) -
Static method in class au.net.zeus.collection.RC
- Decorate a Collection for holding references so it appears as a Collection
containing referents.
- comparator(Comparator<? super T>) -
Static method in class au.net.zeus.collection.RC
- 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.
- concurrentMap(ConcurrentMap<Referrer<K>, Referrer<V>>, Ref, Ref, long, long) -
Static method in class au.net.zeus.collection.RC
- Decorate a ConcurrentMap for holding references so it appears as a ConcurrentMap
containing referents.
- concurrentNavigableMap(ConcurrentNavigableMap<Referrer<K>, Referrer<V>>, Ref, Ref, long, long) -
Static method in class au.net.zeus.collection.RC
- Decorate a ConcurrentNavigableMap for holding references so it appears as a
ConcurrentNavigableMap containing referents.
D
- deque(Deque<Referrer<T>>, Ref, long) -
Static method in class au.net.zeus.collection.RC
- Decorate a Deque for holding references so it appears as a Deque
containing referents.
E
- enqueue() -
Method in interface au.net.zeus.collection.Referrer
-
- equals(Object) -
Method in interface au.net.zeus.collection.Referrer
-
Equals is calculated on IDENTITY or EQUALITY.
G
- get() -
Method in interface au.net.zeus.collection.Referrer
-
H
- hashCode() -
Method in interface au.net.zeus.collection.Referrer
-
Standard hashCode calculation for IDENTITY based references, where k
is the referent.
I
- isEnqueued() -
Method in interface au.net.zeus.collection.Referrer
-
L
- list(List<Referrer<T>>, Ref, long) -
Static method in class au.net.zeus.collection.RC
- Decorate a List for holding references so it appears as a List
containing referents.
M
- map(Map<Referrer<K>, Referrer<V>>, Ref, Ref, long, long) -
Static method in class au.net.zeus.collection.RC
- Decorate a Map for holding references so it appears as a Map
containing referents.
N
- navigableMap(NavigableMap<Referrer<K>, Referrer<V>>, Ref, Ref, long, long) -
Static method in class au.net.zeus.collection.RC
- Decorate a NavigableMap for holding Referrers so it appears as a NavigableMap
containing referents.
- navigableSet(NavigableSet<Referrer<T>>, Ref, long) -
Static method in class au.net.zeus.collection.RC
- Decorate a NavigableSet for holding references so it appears as a NavigableSet
containing referents.
Q
- queue(Queue<Referrer<T>>, Ref, long) -
Static method in class au.net.zeus.collection.RC
- Decorate a Queue for holding references so it appears as a Queue
containing referents.
R
- RC - Class in au.net.zeus.collection
-
This class contains static methods for decorating collections
with reference capability.
- Ref - Enum in au.net.zeus.collection
-
Ref enum represents types of references available for use in java
collection framework implementations.
- Referrer<T> - Interface in au.net.zeus.collection
-
The public API of package private Reference implementations, it defines the equals
and hashCode contracts as well as methods identical to Reference.
S
- set(Set<Referrer<T>>, Ref, long) -
Static method in class au.net.zeus.collection.RC
- Decorate a Set for holding references so it appears as a Set
containing referents.
- sortedMap(SortedMap<Referrer<K>, Referrer<V>>, Ref, Ref, long, long) -
Static method in class au.net.zeus.collection.RC
- Decorate a SortedMap for holding references so it appears as a SortedMap
containing referents.
- sortedSet(SortedSet<Referrer<T>>, Ref, long) -
Static method in class au.net.zeus.collection.RC
- Decorate a SortedSet for holding references so it appears as a SortedSet
containing referents.
V
- valueOf(String) -
Static method in enum au.net.zeus.collection.Ref
- Returns the enum constant of this type with the specified name.
- values() -
Static method in enum au.net.zeus.collection.Ref
- Returns an array containing the constants of this enum type, in
the order they are declared.
A B C D E G H I L M N Q R S V
Copyright 2010-2012, Zeus Project Services Pty Ltd.
Licensed under the
Apache License, Version 2.0, see the
NOTICE file for attributions.