|
Oracle Virtual Directory Java API Reference 11g Release 1 (11.1.1) E10688-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<SubstringFilter_substrings_Seq>
com.octetstring.ldapv3.SubstringFilter_substrings
public class SubstringFilter_substrings
Implementation of the ASN.1 type com.octetstring.ldapv3.SubstringFilter_substrings.
| 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 |
|---|
public SubstringFilter_substrings()
public SubstringFilter_substrings(java.util.Collection<SubstringFilter_substrings_Seq> value)
value - The collection which values are copied.public SubstringFilter_substrings(SubstringFilter_substrings_Seq[] value)
value - The array which values are copied.| Method Detail |
|---|
public void addElement(SubstringFilter_substrings_Seq item)
item - The element to add.
public void addElement(int index,
SubstringFilter_substrings_Seq item)
index - The position where to insert the element.item - The element to insert.public SubstringFilter_substrings_Seq getElement(int index)
index - The position of the element to retrieve.public boolean containsElement(SubstringFilter_substrings_Seq element)
element - The element to search in the list.public int indexOfElement(SubstringFilter_substrings_Seq element)
element - The element to search in the list.public int lastIndexOfElement(SubstringFilter_substrings_Seq element)
element - The element to search in the list.
public SubstringFilter_substrings_Seq setElement(int index,
SubstringFilter_substrings_Seq element)
index - The index of the element to be replaced.element - The element to put in the list.public java.lang.String toString()
toString in class java.util.AbstractCollection<SubstringFilter_substrings_Seq>
public void print(java.io.PrintWriter out,
java.lang.String indent,
java.lang.String prefix,
java.lang.String suffix,
int flags)
print in interface com.asn1c.core.ASN1Objectout - 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.
|
Oracle Virtual Directory Java API Reference 11g Release 1 (11.1.1) E10688-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||