Searched refs:indexNamesArray (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DTabularDataSupport.java97 private transient String[] indexNamesArray; field in class:TabularDataSupport
143 // Initialize this.tabularType (and indexNamesArray for convenience)
147 this.indexNamesArray = tmpNames.toArray(new String[tmpNames.size()]);
810 return Collections.unmodifiableList(Arrays.asList(value.getAll(this.indexNamesArray)));
831 if (key.length != this.indexNamesArray.length) {
833 " is different from the number of item values, which is "+ indexNamesArray.length +
841 keyElementType = tabularType.getRowType().getType(this.indexNamesArray[i]);
844 "this element of the index, whose name is \""+ indexNamesArray[i] +
914 indexNamesArray = tmpNames.toArray(new String[tmpNames.size()]);

Completed in 63 milliseconds