Package com.facebook.openwifi.rrm
Class DeviceTopology
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.TreeMap<String,Set<String>>
-
- com.facebook.openwifi.rrm.DeviceTopology
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,Set<String>>
,NavigableMap<String,Set<String>>
,SortedMap<String,Set<String>>
public class DeviceTopology extends TreeMap<String,Set<String>>
AP topology model, mapping from "RF zone" name to a set of APs by serial number.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description DeviceTopology()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEmpty()
-
Methods inherited from class java.util.TreeMap
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, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, getOrDefault, hashCode, merge, putIfAbsent, remove
-
-