Documentation of 'com.google.common.collect.DiscreteDomains' Java class
DiscreteDomains
com.google.common.collect

Class DiscreteDomains


  • Deprecated. 
    Merged into DiscreteDomain. This class is scheduled for deletion in release 15.0.

    @GwtCompatible
     @Deprecated
    public final class DiscreteDomains
    extends java.lang.Object
    Factories for common DiscreteDomain instances.

    See the Guava User Guide section on DiscreteDomain.

    Since:
    10.0
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      static DiscreteDomain<java.lang.Integer> integers()
      Deprecated. 
      Returns the discrete domain for values of type Integer.
      static DiscreteDomain<java.lang.Long> longs()
      Deprecated. 
      Returns the discrete domain for values of type Long.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • integers

        public static DiscreteDomain<java.lang.Integer> integers()
        Deprecated. 
        Returns the discrete domain for values of type Integer.
      • longs

        public static DiscreteDomain<java.lang.Long> longs()
        Deprecated. 
        Returns the discrete domain for values of type Long.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.