Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readObjectNoData (0.05 sec)

  1. guava/src/com/google/common/collect/AbstractMapBasedMultiset.java

        if (i == null) {
          return 0;
        }
    
        return i.getAndSet(count);
      }
    
      // Don't allow default serialization.
      @GwtIncompatible
      @J2ktIncompatible
        private void readObjectNoData() throws ObjectStreamException {
        throw new InvalidObjectException("Stream data required");
      }
    
      @GwtIncompatible @J2ktIncompatible   private static final long serialVersionUID = -2250766705698539974L;
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 10.2K bytes
    - Viewed (0)
Back to top