@Immutable public class Objects extends Object
java.util.Objects in JSE 7.
May be removed when migrating to JSE 7 one day.| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(Object a,
Object b) |
static int |
hashCode(Object o) |
static <T> T |
requireNonNull(T obj) |
public static boolean equals(@CheckForNull Object a, @CheckForNull Object b)
public static int hashCode(@CheckForNull Object o)
public static <T> T requireNonNull(@CheckForNull T obj)
Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.