Skip navigation links

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

E10688-03


com.octetstring.ldapv3
Class SubstringFilter_substrings

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<SubstringFilter_substrings_Seq>
              extended by com.octetstring.ldapv3.SubstringFilter_substrings

All Implemented Interfaces:
com.asn1c.core.ASN1Object, java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<SubstringFilter_substrings_Seq>, java.util.Collection<SubstringFilter_substrings_Seq>, java.util.List<SubstringFilter_substrings_Seq>, java.util.RandomAccess

public class SubstringFilter_substrings
extends java.util.ArrayList<SubstringFilter_substrings_Seq>
implements com.asn1c.core.ASN1Object

Implementation of the ASN.1 type com.octetstring.ldapv3.SubstringFilter_substrings.

See Also:
Serialized Form

Constructor Summary
SubstringFilter_substrings()
          Constructor for creating an empty list.
SubstringFilter_substrings(java.util.Collection<SubstringFilter_substrings_Seq> value)
          Constructor for creating a list from a collection.
SubstringFilter_substrings(SubstringFilter_substrings_Seq[] value)
          Constructor for creating a list from an array.

 

Method Summary
 void addElement(int index, SubstringFilter_substrings_Seq item)
          Inserts an element at a specified position into the list.
 void addElement(SubstringFilter_substrings_Seq item)
          Appends an element to the end of the list.
 boolean containsElement(SubstringFilter_substrings_Seq element)
          Checks weather an element is in the list.
 SubstringFilter_substrings_Seq getElement(int index)
          Get an element at a specified position from the list.
 int indexOfElement(SubstringFilter_substrings_Seq element)
          Searches for the first occurence of an element in the list.
 int lastIndexOfElement(SubstringFilter_substrings_Seq element)
          Searches for the last occurence of an element in the list.
 void print(java.io.PrintWriter out, java.lang.String indent, java.lang.String prefix, java.lang.String suffix, int flags)
          Print a value in a formatted manner.
 SubstringFilter_substrings_Seq setElement(int index, SubstringFilter_substrings_Seq element)
          Replaces an element at a specified position in the list.
 java.lang.String toString()
          Convert the value into a java.lang.String.

 

Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize

 

Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList

 

Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList

 

Constructor Detail

SubstringFilter_substrings

public SubstringFilter_substrings()
Constructor for creating an empty list.

SubstringFilter_substrings

public SubstringFilter_substrings(java.util.Collection<SubstringFilter_substrings_Seq> value)
Constructor for creating a list from a collection.
Parameters:
value - The collection which values are copied.

SubstringFilter_substrings

public SubstringFilter_substrings(SubstringFilter_substrings_Seq[] value)
Constructor for creating a list from an array.
Parameters:
value - The array which values are copied.

Method Detail

addElement

public void addElement(SubstringFilter_substrings_Seq item)
Appends an element to the end of the list.
Parameters:
item - The element to add.

addElement

public void addElement(int index,
                       SubstringFilter_substrings_Seq item)
Inserts an element at a specified position into the list.
Parameters:
index - The position where to insert the element.
item - The element to insert.

getElement

public SubstringFilter_substrings_Seq getElement(int index)
Get an element at a specified position from the list.
Parameters:
index - The position of the element to retrieve.
Returns:
The element at the specified position of the list.

containsElement

public boolean containsElement(SubstringFilter_substrings_Seq element)
Checks weather an element is in the list.
Parameters:
element - The element to search in the list.
Returns:
true iff the element is in the list.

indexOfElement

public int indexOfElement(SubstringFilter_substrings_Seq element)
Searches for the first occurence of an element in the list.
Parameters:
element - The element to search in the list.
Returns:
The index of the first occurence in the list or -1 if not in the list.

lastIndexOfElement

public int lastIndexOfElement(SubstringFilter_substrings_Seq element)
Searches for the last occurence of an element in the list.
Parameters:
element - The element to search in the list.
Returns:
The index of the first occurence in the list or -1 if not in the list.

setElement

public SubstringFilter_substrings_Seq setElement(int index,
                                                 SubstringFilter_substrings_Seq element)
Replaces an element at a specified position in the list.
Parameters:
index - The index of the element to be replaced.
element - The element to put in the list.
Returns:
The replaced element of the list.

toString

public java.lang.String toString()
Convert the value into a java.lang.String.
Overrides:
toString in class java.util.AbstractCollection<SubstringFilter_substrings_Seq>
Returns:
A string containing the value of the type.

print

public void print(java.io.PrintWriter out,
                  java.lang.String indent,
                  java.lang.String prefix,
                  java.lang.String suffix,
                  int flags)
Print a value in a formatted manner.
Specified by:
print in interface com.asn1c.core.ASN1Object
Parameters:
out - Where to send the output to.
indent - A string which is printed on every output line.
prefix - A string which is printed (behind the indent) on the first output line.
suffix - A string which is printed at the end of the last output line.
flags - Flags for output, reserved for future use.

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.