java.lang.Object
org.eclipse.milo.opcua.stack.core.UriArray<UShort>
org.eclipse.milo.opcua.stack.core.NamespaceTable

public class NamespaceTable extends UriArray<UShort>
A UriArray intended to contain Namespace URI entries.
  • Constructor Details

  • Method Details

    • create

      protected UShort create(Number index)
      Description copied from class: UriArray
      Create a new index of type UriArray from index.
      Specified by:
      create in class UriArray<UShort>
      Parameters:
      index - the index to create.
      Returns:
      the new index.