|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Reference.Type>
rcf.core.util.reference.Reference.Type
public static enum Reference.Type
TODO: Javadoc
TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString
| Enum Constant Summary | |
|---|---|
Phantom
TODO: Javadoc |
|
Soft
TODO: Javadoc |
|
Strong
TODO: Javadoc |
|
Weak
TODO: Javadoc |
|
| Field Summary | |
|---|---|
protected SoftReference<rcf.core.util.filter.Filter<Reference.Type>> |
filter
TODO: Javadoc A soft reference to filter for this reference type. |
| Method Summary | ||
|---|---|---|
rcf.core.util.filter.Filter<Reference.Type> |
filter()
TODO: Javadoc |
|
|
filter(T o)
TODO: Javadoc |
|
static Reference.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
|
static Reference.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Reference.Type Phantom
public static final Reference.Type Weak
public static final Reference.Type Soft
public static final Reference.Type Strong
| Field Detail |
|---|
protected SoftReference<rcf.core.util.filter.Filter<Reference.Type>> filter
| Method Detail |
|---|
public static final Reference.Type[] values()
for(Reference.Type c : Reference.Type.values())
System.out.println(c);
public static Reference.Type valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic final rcf.core.util.filter.Filter<Reference.Type> filter()
public final <T> rcf.core.util.filter.Filter<Reference<T>> filter(T o)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||