Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for prefix (0.13 sec)

  1. guava-tests/test/com/google/common/primitives/ByteArrayAsListTest.java

          Byte[] prefix = {(byte) 86, (byte) 99};
          Byte[] all = concat(prefix, elements);
          return asList(all).subList(2, elements.length + 2);
        }
      }
    
      public static final class BytesAsListMiddleSubListGenerator extends TestByteListGenerator {
        @Override
        protected List<Byte> create(Byte[] elements) {
          Byte[] prefix = {Byte.MIN_VALUE, Byte.MAX_VALUE};
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Thu Jun 01 09:32:35 GMT 2023
    - 5.5K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/primitives/ByteArrayAsListTest.java

          Byte[] prefix = {(byte) 86, (byte) 99};
          Byte[] all = concat(prefix, elements);
          return asList(all).subList(2, elements.length + 2);
        }
      }
    
      public static final class BytesAsListMiddleSubListGenerator extends TestByteListGenerator {
        @Override
        protected List<Byte> create(Byte[] elements) {
          Byte[] prefix = {Byte.MIN_VALUE, Byte.MAX_VALUE};
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Jun 01 09:32:35 GMT 2023
    - 5.5K bytes
    - Viewed (0)
Back to top