public static enum BasicCacheVisitor.Key extends Enum<BasicCacheVisitor.Key>
| Enum Constant and Description |
|---|
OWNER
Filter on the image that owns the tile.
|
RESIDENT
Filter on whether the tile is currently resident
in memory.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getValueClass()
Gets the value class.
|
static BasicCacheVisitor.Key |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicCacheVisitor.Key[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BasicCacheVisitor.Key OWNER
public static final BasicCacheVisitor.Key RESIDENT
public static BasicCacheVisitor.Key[] values()
for (BasicCacheVisitor.Key c : BasicCacheVisitor.Key.values()) System.out.println(c);
public static BasicCacheVisitor.Key valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Class<?> getValueClass()
Copyright © 2009–2018. All rights reserved.