Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GeneralSpliteratorOfObject (1.22 sec)

  1. android/guava-testlib/src/com/google/common/collect/testing/SpliteratorTester.java

        }
      }
    
      @IgnoreJRERequirement // *should* be redundant with the annotation on SpliteratorTester
      private static final class GeneralSpliteratorOfObject<E extends @Nullable Object>
          extends GeneralSpliterator<E> {
        GeneralSpliteratorOfObject(Spliterator<E> spliterator) {
          super(spliterator);
        }
    
        @Override
        void forEachRemaining(Consumer<? super E> action) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Apr 14 16:07:06 UTC 2025
    - 12.5K bytes
    - Viewed (0)
  2. guava-testlib/src/com/google/common/collect/testing/SpliteratorTester.java

        final boolean hasCharacteristics(int characteristics) {
          return spliterator.hasCharacteristics(characteristics);
        }
      }
    
      private static final class GeneralSpliteratorOfObject<E extends @Nullable Object>
          extends GeneralSpliterator<E> {
        GeneralSpliteratorOfObject(Spliterator<E> spliterator) {
          super(spliterator);
        }
    
        @Override
        void forEachRemaining(Consumer<? super E> action) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 12.1K bytes
    - Viewed (0)
Back to top