Package | Description |
---|---|
org.assistments.util |
Modifier and Type | Field and Description |
---|---|
static PairSet.KeyLocation |
PairSet.KEY_LOCATION |
Modifier and Type | Method and Description |
---|---|
static PairSet.KeyLocation |
PairSet.KeyLocation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PairSet.KeyLocation[] |
PairSet.KeyLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PairSet.addPair(java.lang.String first,
java.lang.String second,
PairSet.KeyLocation keyLocation) |
static java.util.Map<java.lang.String,java.lang.String> |
PairSet.toMap(java.lang.String pairString,
PairSet.KeyLocation keyLocation) |
Constructor and Description |
---|
PairSet(java.lang.String pairDelim,
java.lang.String listDelim,
PairSet.KeyLocation keyLocation) |
PairSet(java.lang.String str,
java.lang.String pairDelim,
java.lang.String listDelim,
PairSet.KeyLocation keyLocation) |