Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for firstKey (0.18 sec)

  1. android/guava/src/com/google/common/collect/Maps.java

        @Override
        @CheckForNull
        public Comparator<? super K> comparator() {
          return fromMap().comparator();
        }
    
        @Override
        @ParametricNullness
        public K firstKey() {
          return fromMap().firstKey();
        }
    
        @Override
        public SortedMap<K, V2> headMap(@ParametricNullness K toKey) {
          return transformEntries(fromMap().headMap(toKey), transformer);
        }
    
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed May 01 18:44:57 GMT 2024
    - 159.6K bytes
    - Viewed (0)
  2. okhttp-android/src/main/baseline-prof.txt

    HSPLokio/Segment;->pop()Lokio/Segment;
    HSPLokio/Segment;->push(Lokio/Segment;)Lokio/Segment;
    HSPLokio/Segment;->writeTo(Lokio/Segment;I)V
    HSPLokio/SegmentPool;-><clinit>()V
    HSPLokio/SegmentPool;-><init>()V
    HSPLokio/SegmentPool;->firstRef()Ljava/util/concurrent/atomic/AtomicReference;
    HSPLokio/SegmentPool;->recycle(Lokio/Segment;)V
    HSPLokio/SegmentPool;->take()Lokio/Segment;
    HSPLokio/SocketAsyncTimeout;-><init>(Ljava/net/Socket;)V
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Mar 21 11:22:00 GMT 2022
    - 127.9K bytes
    - Viewed (0)
Back to top