Enum Class BiMapTestSuiteBuilder.NoRecurse

java.lang.Object
java.lang.Enum<BiMapTestSuiteBuilder.NoRecurse>
com.google.common.collect.testing.google.BiMapTestSuiteBuilder.NoRecurse
All Implemented Interfaces:
Feature<Void>, Serializable, Comparable<BiMapTestSuiteBuilder.NoRecurse>, Constable
Enclosing class:
BiMapTestSuiteBuilder<K,V>

static enum BiMapTestSuiteBuilder.NoRecurse extends Enum<BiMapTestSuiteBuilder.NoRecurse> implements Feature<Void>
  • Enum Constant Details

  • Constructor Details

    • NoRecurse

      private NoRecurse()
  • Method Details

    • values

      public static BiMapTestSuiteBuilder.NoRecurse[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static BiMapTestSuiteBuilder.NoRecurse valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getImpliedFeatures

      public Set<Feature<? super Void>> getImpliedFeatures()
      Description copied from interface: Feature
      Returns the set of features that are implied by this feature.
      Specified by:
      getImpliedFeatures in interface Feature<Void>