Class HashMapMemberList

java.lang.Object
com.oss.metadata.MemberList
com.oss.metadata.HashMapMemberList

public class HashMapMemberList extends MemberList
The HashMapMemberList class extends MemberList to provide for efficient search of named items via a HashMap.
Since:
ASN.1/Java 6.3
  • Method Details

    • getMemberValue

      public Long getMemberValue(String name)
      Return the value associated with a name and null otherwise.
      Overrides:
      getMemberValue in class MemberList
      Parameters:
      name - the symbolic name.
      Returns:
      member value associated with the name or null if the value is not on the list.