public static enum MapMult.CacheType extends Enum<MapMult.CacheType>
| Enum Constant and Description | 
|---|
| LEFT | 
| LEFT_PART | 
| RIGHT | 
| RIGHT_PART | 
| Modifier and Type | Method and Description | 
|---|---|
| MapMult.CacheType | getFlipped() | 
| boolean | isRight() | 
| static MapMult.CacheType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static MapMult.CacheType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final MapMult.CacheType RIGHT
public static final MapMult.CacheType RIGHT_PART
public static final MapMult.CacheType LEFT
public static final MapMult.CacheType LEFT_PART
public static MapMult.CacheType[] values()
for (MapMult.CacheType c : MapMult.CacheType.values()) System.out.println(c);
public static MapMult.CacheType 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 boolean isRight()
public MapMult.CacheType getFlipped()
Copyright © 2020 The Apache Software Foundation. All rights reserved.