Searched refs:Holder (Results 26 - 39 of 39) sorted by relevance

12

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCode.java38 class Code extends Attribute.Holder {
H A DPackageReader.java1418 Attribute.Holder h = (Attribute.Holder) i.next();
1437 Attribute.Holder h = (Attribute.Holder) i.next();
1591 final Attribute.Holder h = (Attribute.Holder) i.next();
H A DClassReader.java341 void readAttributes(int ctype, Attribute.Holder h) throws IOException {
H A DPackage.java191 class Class extends Attribute.Holder implements Comparable {
205 //int flags; // in Attribute.Holder.this.flags
213 //ArrayList attributes; // in Attribute.Holder.this.attributes
491 class Member extends Attribute.Holder implements Comparable {
H A DPackageWriter.java865 void visitAttributeLayoutsIn(int ctype, Attribute.Holder h) {
1171 final Attribute.Holder h,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/sei/
H A DEndpointMethodHandler.java41 import javax.xml.ws.Holder;
57 * and extracts the arguments (and updates {@link Holder}s.)
58 * <li>Accepts return value and {@link Holder} arguments for a Java method,
142 // creates {@link Holder} arguments for OUT parameters
H A DEndpointArgumentsBuilder.java57 import javax.xml.ws.Holder;
87 * Some parts of the reply message may be set to {@link Holder}s in the arguments.
165 * {@link Holder}s.)
209 * care of Holder arguments.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DRuntimeModeler.java107 public static final Class HOLDER_CLASS = Holder.class;
735 //set the actual type argument of Holder in the TypeReference
737 if(clazzType==Holder.class){
932 //set the actual type argument of Holder in the TypeReference
934 if (clazzType==Holder.class)
1172 //set the actual type argument of Holder in the TypeReference
1174 if (clazzType==Holder.class)
/openjdk7/jdk/src/share/classes/java/util/
H A DHashMap.java200 private static class Holder { class in class:HashMap
343 (capacity >= Holder.ALTERNATIVE_HASHING_THRESHOLD);
H A DHashtable.java181 private static class Holder { class in class:Hashtable
227 (capacity >= Holder.ALTERNATIVE_HASHING_THRESHOLD);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/sei/
H A DResponseBuilder.java56 import javax.xml.ws.Holder;
87 * Some parts of the reply message may be set to {@link Holder}s in the arguments.
168 * {@link Holder}s.)
218 * care of Holder arguments.
/openjdk7/corba/make/org/omg/idl/
H A DFILES_java.gmk141 com/sun/tools/corba/se/idl/toJavaPortable/Holder.java \
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentHashMap.java184 private static class Holder { class in class:ConcurrentHashMap
231 if (sun.misc.VM.isBooted() && Holder.ALTERNATIVE_HASHING) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModeler.java2362 javaParameter.setHolderName(javax.xml.ws.Holder.class.getName());
2419 javaParameter.setHolderName(javax.xml.ws.Holder.class.getName());

Completed in 90 milliseconds

12