Package | Description |
---|---|
com.perforce.p4java.mapapi |
Modifier and Type | Field and Description |
---|---|
MapItem |
MapItem.MapWhole.center |
MapItem |
MapItem.chain |
MapItem |
MapTable.entry |
MapItem |
MapPair.item1 |
MapItem |
MapItem.MapWhole.left |
MapItem |
MapJoiner.map |
MapItem |
MapJoiner.map2 |
MapItem |
MapItem.MapWhole.right |
MapItem |
MapTree.tree |
MapItem |
MapPair.tree2 |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<MapItem> |
MapTree.sort |
Modifier and Type | Method and Description |
---|---|
MapItem |
MapTable.check(MapTableT dir,
java.lang.String from) |
MapItem |
MapTable.get(int n) |
MapItem |
MapItemArray.getItem(int i) |
MapItem |
MapWrap.getMap() |
MapItem |
MapTable.getNext(MapItem m) |
MapItem |
MapItem.next() |
MapItem |
MapItemArray.put(MapItem i,
java.lang.String t) |
MapItem |
MapItem.reverse()
MapItem::Reverse - reverse the chain, to swap precedence
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<MapItem> |
MapTable.sort(MapTableT direction) |
java.util.ArrayList<MapItem> |
MapTable.sort(MapTableT direction,
boolean streamFlag) |
Modifier and Type | Method and Description |
---|---|
int |
MapTable.compareLHS.compare(MapItem e1,
MapItem e2) |
int |
MapTable.compareRHS.compare(MapItem e1,
MapItem e2) |
int |
MapTable.compareStreamLHS.compare(MapItem e1,
MapItem e2) |
int |
MapTable.compareStreamRHS.compare(MapItem e1,
MapItem e2) |
MapFlag |
MapTable.getFlag(MapItem m) |
MapItem |
MapTable.getNext(MapItem m) |
int |
MapTable.getSlot(MapItem m) |
java.lang.String |
MapTable.getStr(MapItem m,
MapTableT dir) |
boolean |
MapItem.isParent(MapItem other,
MapTableT dir) |
void |
MapPairArray.match(MapItem item1,
MapItem tree2) |
MapItem |
MapItemArray.put(MapItem i,
java.lang.String t) |
int |
MapItemArray.putTree(MapItem item,
MapTableT dir) |
void |
MapWrap.setMap(MapItem map) |
java.lang.String |
MapTable.translate(MapItem m,
MapTableT dir,
java.lang.String from) |
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
|
MapPair(MapItem item1,
MapItem tree2,
MapHalf h1,
MapHalf h2) |
Copyright © 2021 Perforce Software. All Rights Reserved.