public class KeyValuePairSet extends HashSet<KeyValuePair>
Set of KeyValuePair to distinguish which operands and operators of BTG
expression are available.| Constructor and Description |
|---|
KeyValuePairSet() |
KeyValuePairSet(Collection<? extends KeyValuePair> col) |
KeyValuePairSet(int initialCapacity) |
KeyValuePairSet(int initialCapacity,
float loadFactor) |
add, clear, clone, contains, isEmpty, iterator, remove, size, spliteratorequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streampublic KeyValuePairSet()
public KeyValuePairSet(Collection<? extends KeyValuePair> col)
public KeyValuePairSet(int initialCapacity,
float loadFactor)
public KeyValuePairSet(int initialCapacity)
Copyright © 2017 SAP SE. All Rights Reserved.