Searched defs:getUpperBound (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/statistics/
H A DBoundaryStatistic.java37 long getUpperBound(); method in interface:BoundaryStatistic
/openjdk7/langtools/src/share/classes/javax/lang/model/type/
H A DTypeVariable.java72 TypeMirror getUpperBound(); method in interface:TypeVariable
/openjdk7/jdk/src/share/classes/javax/management/
H A DBetweenQueryExp.java91 public ValueExp getUpperBound() { method in class:BetweenQueryExp
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/statistics/impl/
H A DBoundaryStatisticImpl.java63 m.put("upperbound", getUpperBound());
71 public synchronized long getUpperBound() { method in class:BoundaryStatisticImpl
H A DBoundedRangeStatisticImpl.java64 "UpperBound: " + getUpperBound();
93 m.put("upperbound", getUpperBound());
130 public synchronized long getUpperBound() { method in class:BoundedRangeStatisticImpl
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DType.java288 public Type getUpperBound() { return null; } method in class:Type
1034 public Type getUpperBound() { return bound; } method in class:Type.TypeVar
1107 public Type getUpperBound() { return qtype.getUpperBound(); } method in class:Type.DelegatedType

Completed in 52 milliseconds