- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for spec (0.14 seconds)
-
android/guava/src/com/google/common/cache/CacheBuilderSpec.java
@Override void parseLong(CacheBuilderSpec spec, long value) { checkArgument( spec.maximumSize == null, "maximum size was already set to %s", spec.maximumSize); checkArgument( spec.maximumWeight == null, "maximum weight was already set to %s", spec.maximumWeight); spec.maximumSize = value; } } /** Parse maximumWeight */Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 18.2K bytes - Click Count (0) -
guava/src/com/google/common/cache/CacheBuilderSpec.java
@Override void parseLong(CacheBuilderSpec spec, long value) { checkArgument( spec.maximumSize == null, "maximum size was already set to %s", spec.maximumSize); checkArgument( spec.maximumWeight == null, "maximum weight was already set to %s", spec.maximumWeight); spec.maximumSize = value; } } /** Parse maximumWeight */Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 18.2K bytes - Click Count (0) -
doc/go_spec.html
<!--{ "Title": "The Go Programming Language Specification", "Subtitle": "Language version go1.27 (April 1, 2026)", "Path": "/ref/spec" }--> <h2 id="Introduction">Introduction</h2> <p> This is the reference manual for the Go programming language. For more information and other documents, see <a href="/">go.dev</a>. </p> <p> Go is a general-purpose language designed with systems programmingCreated: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Apr 01 23:39:18 GMT 2026 - 287.8K bytes - Click Count (1)