Package | Description |
---|---|
com.tailf.navu |
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
|
Modifier and Type | Method and Description |
---|---|
NavuListEntry |
NavuList.elem(ConfKey key)
Returns a list element according to the given key.
|
NavuListEntry |
NavuListEntryIterator.next()
Internal, subject to change without notice.
|
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<ConfKey,NavuListEntry>> |
NavuList.entrySet()
Returns a set of entries with element key and element.
|
Iterator<NavuListEntry> |
NavuList.iterator()
Retrieve a iterator over the elements in this
NavuList
(in proper sequence). |
Iterator<NavuListEntry> |
NavuListEntryContext.iterator()
Internal, subject to change without notice.
|