Package | Description |
---|---|
com.pervasive.datarush.namespace |
Provides utilities for creating and managing collections of named
objects.
|
Modifier and Type | Method and Description |
---|---|
NameBinding<T> |
NamespaceBuilder.getBinding(int i)
Gets the name-entry association at the specified index.
|
NameBinding<T> |
Namespace.getBinding(int i)
Gets the name-entry association at the specified index.
|
Modifier and Type | Method and Description |
---|---|
List<NameBinding<T>> |
NamespaceBuilder.getBindings()
Gets a collection of all the name-entry associations.
|
List<NameBinding<T>> |
Namespace.getBindings()
Gets a collection of all the name-entry associations.
|
Copyright © 2020 Actian Corporation. All rights reserved.