Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for rowKey (0.03 sec)

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

        @Override
        public boolean contains(@Nullable Object rowKey, @Nullable Object columnKey) {
          synchronized (mutex) {
            return delegate().contains(rowKey, columnKey);
          }
        }
    
        @Override
        public boolean containsRow(@Nullable Object rowKey) {
          synchronized (mutex) {
            return delegate().containsRow(rowKey);
          }
        }
    
        @Override
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Fri Aug 08 15:11:10 UTC 2025
    - 53K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/Synchronized.java

        @Override
        public boolean contains(@Nullable Object rowKey, @Nullable Object columnKey) {
          synchronized (mutex) {
            return delegate().contains(rowKey, columnKey);
          }
        }
    
        @Override
        public boolean containsRow(@Nullable Object rowKey) {
          synchronized (mutex) {
            return delegate().containsRow(rowKey);
          }
        }
    
        @Override
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Fri Aug 08 15:11:10 UTC 2025
    - 56.9K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/util/concurrent/Futures.java

       * by applying the given {@code AsyncFunction} to the result of the original {@code Future}.
       * Example usage:
       *
       * {@snippet :
       * ListenableFuture<RowKey> rowKeyFuture = indexService.lookUp(query);
       * ListenableFuture<QueryResult> queryFuture =
       *     transformAsync(rowKeyFuture, dataService::readFuture, executor);
       * }
       *
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 64.3K bytes
    - Viewed (0)
  4. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    "ac.vedwa,bup.&di,nik,?cv.e0,duolc.&etisotnegam,rehcnar-no,scitats,?e&b.lrusnart,d.&tcennocnonex,yksurf,?no&.nik,z.notirt,?t&atse.etupmoc,is.&areduolc,hsmroftalp,tst,??vil.pwe,?g&g.ylp.ta,oog.tnetnocresu,p??h&c.tenerif:.cvs,,k??k&c?f?nil.&bewd,resworbni,?rowten.secla,u.&hcs?sppaduolcvogelcaro,??ln.lrusnart,m&f.resu,j?m?oc.&duolc&-revelc.secivres,meaeboda.ved,?e&crofselas.mroftalp.gts-redliub-edoc.tset.100,do&c.redliub:-&gts,ved,?,nil.recnalabedon,??ico-remotsuc:.&ico,pco,sco,?,l&atropqhylauq,rihwyap,?mm...
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Tue Dec 16 20:00:28 UTC 2025
    - 76.5K bytes
    - Viewed (1)
Back to top