Searched defs:index (Results 76 - 100 of 1255) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DStringList.java47 * Returns the <code>index</code>th item in the collection or
48 * <code>null</code> if <code>index</code> is greater than or equal to
49 * the number of objects in the list. The index starts at 0.
50 * @param index index into the collection.
51 * @return The <code>GenericString</code> at the <code>index</code>th
53 * the index specified is not valid.
55 public String item(int index); argument
H A DXSNamedMap.java41 * Returns the <code>index</code>th item in the collection or
42 * <code>null</code> if <code>index</code> is greater than or equal to
43 * the number of objects in the list. The index starts at 0.
44 * @param index index into the collection.
45 * @return The <code>XSObject</code> at the <code>index</code>th
47 * the index specified is not valid.
49 public XSObject item(int index); argument
H A DXSNamespaceItemList.java38 * Returns the <code>index</code>th item in the collection or
39 * <code>null</code> if <code>index</code> is greater than or equal to
40 * the number of objects in the list. The index starts at 0.
41 * @param index index into the collection.
42 * @return The <code>XSNamespaceItem</code> at the <code>index</code>th
44 * <code>null</code> if the index specified is not valid.
46 public XSNamespaceItem item(int index); argument
H A DXSObjectList.java38 * Returns the <code>index</code>th item in the collection or
39 * <code>null</code> if <code>index</code> is greater than or equal to
40 * the number of objects in the list. The index starts at 0.
41 * @param index index into the collection.
42 * @return The <code>XSObject</code> at the <code>index</code>th
44 * the index specified is not valid.
46 public XSObject item(int index); argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/datatypes/
H A DByteList.java53 * Returns the <code>index</code>th item in the collection. The index
55 * @param index index into the collection.
56 * @return The <code>byte</code> at the <code>index</code>th
59 * INDEX_SIZE_ERR: if <code>index</code> is greater than or equal to the
62 public byte item(int index) throws XSException; argument
H A DObjectList.java51 * Returns the <code>index</code>th item in the collection or
52 * <code>null</code> if <code>index</code> is greater than or equal to
53 * the number of objects in the list. The index starts at 0.
54 * @param index index into the collection.
55 * @return The <code>Object</code> at the <code>index</code>th
57 * the index specified is not valid - greater than or equal to the
60 public Object item(int index); argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMChildIterNodeList.java89 * Returns the <code>index</code>th item in the collection. If
90 * <code>index</code> is greater than or equal to the number of nodes in
92 * @param index Index into the collection.
93 * @return The node at the <code>index</code>th position in the
95 * index.
97 public Node item(int index) { argument
99 while(--index>=0 && handle!=DTM.NULL) {
H A DDTMNodeList.java101 * Returns the <code>index</code>th item in the collection. If
102 * <code>index</code> is greater than or equal to the number of nodes in
104 * @param index Index into the collection.
105 * @return The node at the <code>index</code>th position in the
107 * index.
109 public Node item(int index) argument
112 int handle=m_iter.item(index);
H A DDTMNodeListBase.java64 * Returns the <code>index</code>th item in the collection. If
65 * <code>index</code> is greater than or equal to the number of nodes in
67 * @param index Index into the collection.
68 * @return The node at the <code>index</code>th position in the
70 * index.
72 public Node item(int index) { argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/res/
H A DCharArrayWrapper.java37 public char getChar(int index){ argument
38 return m_char[index];
H A DIntArrayWrapper.java37 public int getInt(int index){ argument
38 return m_int[index];
H A DLongArrayWrapper.java37 public long getLong(int index){ argument
38 return m_long[index];
H A DStringArrayWrapper.java37 public String getString(int index){ argument
38 return m_string[index];
/openjdk7/jaxp/src/org/w3c/dom/
H A DNameList.java49 * integral index, starting from 0.
55 * Returns the <code>index</code>th name item in the collection.
56 * @param index Index into the collection.
57 * @return The name at the <code>index</code>th position in the
59 * the specified index or if the index is out of range.
61 public String getName(int index); argument
64 * Returns the <code>index</code>th namespaceURI item in the collection.
65 * @param index Index into the collection.
66 * @return The namespace URI at the <code>index</cod
70 getNamespaceURI(int index) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DExceptionListImpl.java63 public TypeCode item(int index) argument
67 return (TypeCode) _exceptions.elementAt(index);
73 public void remove(int index) argument
77 _exceptions.removeElementAt(index);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DIORTemplateListImpl.java50 public Object set( int index, Object element ) argument
53 return super.set( index, element ) ;
55 Object result = remove( index ) ;
56 add( index, element ) ;
62 public void add( int index, Object element ) argument
65 super.add( index, element ) ;
68 addAll( index, tl ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DIdentityHashtableEnumerator.java45 int index; field in class:IdentityHashtableEnumerator
52 this.index = table.length;
59 while (index-- > 0) {
60 if ((entry = table[index]) != null) {
69 while ((index-- > 0) && ((entry = table[index]) == null));
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DNVList.java82 * at a given index, and a method for removing a <code>NamedValue</code> object
83 * at a given index.
150 * Retrieves the <code>NamedValue</code> object at the given index.
152 * @param index the index of the desired <code>NamedValue</code> object,
154 * minus one, inclusive. The first item is at index zero.
155 * @return the <code>NamedValue</code> object at the given index
156 * @exception org.omg.CORBA.Bounds if the index is greater than
160 public abstract NamedValue item(int index) throws org.omg.CORBA.Bounds; argument
163 * Removes the <code>NamedValue</code> object at the given index
176 remove(int index) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCRegisterIndirectAddress.java37 public SPARCRegisterIndirectAddress(SPARCRegister base, SPARCRegister index) { argument
38 super(base, index);
H A DSPARCSpecialRegisterInstruction.java54 protected static String getSpecialRegisterName(int index) { argument
55 return specialRegNames[index];
H A DSPARCV9RegisterIndirectAddress.java34 public SPARCV9RegisterIndirectAddress(SPARCRegister base, SPARCRegister index) { argument
35 super(base, index);
H A DSPARCV9SpecialRegisterInstruction.java53 protected static String getSpecialRegisterName(int index) { argument
54 return specialRegNames[index];
H A DTrapDecoder.java35 static String getTrapConditionName(int index) { argument
36 return trapConditionNames[index];
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DFloatDecoder.java224 public Instruction decode(byte[] bytesArray, int index, int instrStartIndex, int segmentOverride, int prefixes, X86InstructionFactory factory) { argument
225 this.byteIndex = index;
H A DFloatGRPDecoder.java143 public Instruction decode(byte[] bytesArray, int index, int instrStartIndex, int segmentOverride, int prefixes, X86InstructionFactory factory) { argument
144 this.byteIndex = index;

Completed in 257 milliseconds

1234567891011>>