public class StateServicesDirectory extends Object
| Constructor and Description |
|---|
StateServicesDirectory() |
| Modifier and Type | Method and Description |
|---|---|
StateServicesSet |
get(Long key) |
NavigableSet<Long> |
getDescendingKeySet() |
Map<Long,StateServicesSet> |
getMap() |
void |
put(Long key,
StateServicesSet value) |
public void put(Long key, StateServicesSet value)
public StateServicesSet get(Long key)
public NavigableSet<Long> getDescendingKeySet()
public Map<Long,StateServicesSet> getMap()
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.