Searched defs:UnsignedInteger (Results 1 - 7 of 7) sorted by relevance

/external/guava/guava/src/com/google/common/primitives/
H A DUnsignedInteger.java45 public final class UnsignedInteger extends Number implements Comparable<UnsignedInteger> { class in inherits:Number,Comparable
46 public static final UnsignedInteger ZERO = fromIntBits(0);
47 public static final UnsignedInteger ONE = fromIntBits(1);
48 public static final UnsignedInteger MAX_VALUE = fromIntBits(-1);
52 private UnsignedInteger(int value) { method in class:UnsignedInteger
58 * Returns an {@code UnsignedInteger} corresponding to a given bit representation.
69 public static UnsignedInteger fromIntBits(int bits) {
70 return new UnsignedInteger(bits);
74 * Returns an {@code UnsignedInteger} tha
[all...]
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
H A DUnsignedInteger.java44 public final class UnsignedInteger extends Number implements Comparable<UnsignedInteger> { class in inherits:Number,Comparable
45 public static final UnsignedInteger ZERO = fromIntBits(0);
46 public static final UnsignedInteger ONE = fromIntBits(1);
47 public static final UnsignedInteger MAX_VALUE = fromIntBits(-1);
51 private UnsignedInteger(int value) { method in class:UnsignedInteger
57 * Returns an {@code UnsignedInteger} corresponding to a given bit representation.
68 public static UnsignedInteger fromIntBits(int bits) {
69 return new UnsignedInteger(bits);
73 * Returns an {@code UnsignedInteger} tha
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 194 milliseconds