org.gjt.rec.cache
Class MapCache.MapType

java.lang.Object
  |
  +--org.gjt.rec.util.Enum
        |
        +--org.gjt.rec.cache.MapCache.MapType
All Implemented Interfaces:
Comparable, Serializable
Enclosing class:
MapCache

public static class MapCache.MapType
extends Enum

See Also:
Serialized Form

Field Summary
static MapCache.MapType STRONG
           
static MapCache.MapType WEAK
           
 
Fields inherited from class org.gjt.rec.util.Enum
REVISION
 
Methods inherited from class org.gjt.rec.util.Enum
compareTo, equals, getId, hashCode, instanceList, readResolve, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

STRONG

public static final MapCache.MapType STRONG

WEAK

public static final MapCache.MapType WEAK