Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-03


Uses of Class
com.octetstring.ldapv3.SubstringFilter_substrings_Seq

Packages that use SubstringFilter_substrings_Seq
com.octetstring.ldapv3   

 

Uses of SubstringFilter_substrings_Seq in com.octetstring.ldapv3

 

Methods in com.octetstring.ldapv3 that return SubstringFilter_substrings_Seq
 SubstringFilter_substrings_Seq SubstringFilter_substrings.getElement(int index)
          Get an element at a specified position from the list.
 SubstringFilter_substrings_Seq SubstringFilter_substrings.setElement(int index, SubstringFilter_substrings_Seq element)
          Replaces an element at a specified position in the list.

 

Methods in com.octetstring.ldapv3 with parameters of type SubstringFilter_substrings_Seq
 void SubstringFilter_substrings.addElement(int index, SubstringFilter_substrings_Seq item)
          Inserts an element at a specified position into the list.
 void SubstringFilter_substrings.addElement(SubstringFilter_substrings_Seq item)
          Appends an element to the end of the list.
 boolean SubstringFilter_substrings.containsElement(SubstringFilter_substrings_Seq element)
          Checks weather an element is in the list.
 int SubstringFilter_substrings.indexOfElement(SubstringFilter_substrings_Seq element)
          Searches for the first occurence of an element in the list.
 int SubstringFilter_substrings.lastIndexOfElement(SubstringFilter_substrings_Seq element)
          Searches for the last occurence of an element in the list.
 SubstringFilter_substrings_Seq SubstringFilter_substrings.setElement(int index, SubstringFilter_substrings_Seq element)
          Replaces an element at a specified position in the list.

 

Constructors in com.octetstring.ldapv3 with parameters of type SubstringFilter_substrings_Seq
SubstringFilter_substrings_Seq(SubstringFilter_substrings_Seq value)
          Copy constructor.
SubstringFilter_substrings(SubstringFilter_substrings_Seq[] value)
          Constructor for creating a list from an array.

 

Constructor parameters in com.octetstring.ldapv3 with type arguments of type SubstringFilter_substrings_Seq
SubstringFilter_substrings(java.util.Collection<SubstringFilter_substrings_Seq> value)
          Constructor for creating a list from a collection.

 


Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-03


Copyright © 2000-2010 Oracle and/or its affiliates. All Rights Reserved.