HomeSort by relevance Sort by last modified time
    Searched defs:NO_BOUND (Results 1 - 3 of 3) sorted by null

  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMultisetTestSuiteBuilder.java 110 INCLUSIVE, EXCLUSIVE, NO_BOUND;
126 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.NO_BOUND,
128 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.NO_BOUND,
131 Bound.NO_BOUND));
137 Bound.NO_BOUND));
189 if (from == Bound.NO_BOUND) {
193 if (to == Bound.NO_BOUND) {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
DerivedCollectionGenerators.java 337 NO_BOUND;
408 if (from != Bound.NO_BOUND) {
412 if (to != Bound.NO_BOUND) {
430 if (from == Bound.NO_BOUND && to == Bound.EXCLUSIVE) {
432 } else if (from == Bound.INCLUSIVE && to == Bound.NO_BOUND) {
501 if (from != Bound.NO_BOUND) {
505 if (to != Bound.NO_BOUND) {
526 if (from == Bound.NO_BOUND && to == Bound.EXCLUSIVE) {
528 } else if (from == Bound.INCLUSIVE && to == Bound.NO_BOUND) {
  /external/guice/lib/build/
guava-testlib-19.0.jar 

Completed in 369 milliseconds