Home | History | Annotate | Download | only in testing

Lines Matching defs:Bound

334   public enum Bound {
342 final Bound to;
343 final Bound from;
350 TestSortedSetGenerator<E> delegate, Bound to, Bound from) {
369 public final Bound getTo() {
373 public final Bound getFrom() {
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) {
434 } else if (from == Bound.INCLUSIVE && to == Bound.EXCLUSIVE) {
468 final Bound to;
469 final Bound from;
475 TestSortedMapGenerator<K, V> delegate, Bound to, Bound from) {
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) {
530 } else if (from == Bound.INCLUSIVE && to == Bound.EXCLUSIVE) {
537 public final Bound getTo() {
541 public final Bound getFrom() {