Package | Description |
---|---|
com.perforce.p4java.mapapi |
Modifier and Type | Field and Description |
---|---|
MapFlag |
MapItem.mapFlag |
protected static MapFlag[][] |
MapJoiner.mapFlagGrid |
Modifier and Type | Method and Description |
---|---|
MapFlag |
MapItem.flag() |
MapFlag |
MapTable.getFlag(MapItem m) |
static MapFlag |
MapFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapFlag[] |
MapFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
MapTable.countByFlag(MapFlag mapFlag) |
void |
MapTable.insert(java.lang.String lhs,
int slot,
java.lang.String rhs,
MapFlag mapFlag) |
void |
MapTable.insert(java.lang.String lhs,
java.lang.String rhs,
MapFlag mapFlag) |
void |
MapTable.insertByPattern(java.lang.String lhs,
java.lang.String rhs,
MapFlag mapFlag) |
void |
MapTable.insertNoDups(java.lang.String lhs,
java.lang.String rhs,
MapFlag mapFlag) |
MapTable |
MapTable.stripMap(MapFlag mapFlag) |
Constructor and Description |
---|
MapItem(MapItem c,
java.lang.String l,
java.lang.String r,
MapFlag f,
int s)
MapItem -- mapping entries on a chain
|
MapItem(MapItem c,
java.lang.String l,
java.lang.String r,
MapFlag f,
int s,
int caseMode)
MapItem -- mapping entries on a chain
|
Copyright © 2021 Perforce Software. All Rights Reserved.