public class ServerInfoMap extends TreeMap<Integer,Value> implements Cloneable
ServerInfoMap class defines the configuration information for the server.
It is a map that takes ServerInfo id as key, and the corresponding configuration value as the value.
Please see Constants for the list of ServerInfo ids. Also please see the methods
ARServerUser.getServerInfo and
ARServerUser.setServerInfo for more details.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ServerInfoMap() |
ServerInfoMap(Comparator<? super Integer> c) |
ServerInfoMap(Map<? extends Integer,? extends Value> m) |
ServerInfoMap(SortedMap<Integer,? extends Value> m) |
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuesequals, hashCode, isEmpty, toStringcompute, computeIfAbsent, computeIfPresent, equals, getOrDefault, hashCode, isEmpty, merge, putIfAbsent, removepublic ServerInfoMap()
public ServerInfoMap(Comparator<? super Integer> c)
c - ? Copyright 2013 BMC Software, Inc.