Lines Matching defs:first
704 public static boolean and(boolean first, boolean second) { in and()
718 public static byte and(byte first, byte second) { in and()
732 public static char and(char first, char second) { in and()
746 public static double and(double first, double second) { in and()
760 public static float and(float first, float second) { in and()
774 public static int and(int first, int second) { in and()
788 public static long and(long first, long second) { in and()
802 public static short and(short first, short second) { in and()
818 public static <T> T and(T first, T second) { in and()
832 public static boolean or(boolean first, boolean second) { in or()
846 public static byte or(byte first, byte second) { in or()
860 public static char or(char first, char second) { in or()
874 public static double or(double first, double second) { in or()
888 public static float or(float first, float second) { in or()
902 public static int or(int first, int second) { in or()
916 public static long or(long first, long second) { in or()
930 public static short or(short first, short second) { in or()
946 public static <T> T or(T first, T second) { in or()
958 public static boolean not(boolean first) { in not()
970 public static byte not(byte first) { in not()
982 public static char not(char first) { in not()
994 public static double not(double first) { in not()
1006 public static float not(float first) { in not()
1018 public static int not(int first) { in not()
1030 public static long not(long first) { in not()
1042 public static short not(short first) { in not()
1056 public static <T> T not(T first) { in not()