index
int64 0
10.7k
| class
stringclasses 867
values | comment_sentence
stringlengths 1
1.78k
| partition
int64 0
0
| combo
stringlengths 17
1.81k
| labels
listlengths 7
7
|
|---|---|---|---|---|---|
1,106
|
BloomFilter.java
|
p implementations should be collections of pure functions ie stateless .
| 0
|
p implementations should be collections of pure functions ie stateless . | BloomFilter.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,107
|
CacheBuilder.java
|
a builder of @link loadingcache and @link cache instances having any combination of the
| 0
|
a builder of @link loadingcache and @link cache instances having any combination of the | CacheBuilder.java
|
[
1,
0,
1,
1,
0,
0,
0
] |
1,111
|
CacheBuilder.java
|
li least recently used eviction when a maximum size is exceeded
| 0
|
li least recently used eviction when a maximum size is exceeded | CacheBuilder.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
1,113
|
CacheBuilder.java
|
li keys automatically wrapped in @linkplain weakreference weak references
| 0
|
li keys automatically wrapped in @linkplain weakreference weak references | CacheBuilder.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
1,115
|
CacheBuilder.java
|
softreference soft references
| 0
|
softreference soft references | CacheBuilder.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
1,118
|
CacheBuilder.java
|
p these features are all optional caches can be created using all or none of them.
| 0
|
p these features are all optional caches can be created using all or none of them. | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,119
|
CacheBuilder.java
|
by default
| 0
|
by default | CacheBuilder.java
|
[
0,
0,
1,
1,
0,
0,
0
] |
1,120
|
CacheBuilder.java
|
cache instances created by @code cachebuilder will not perform any type of eviction.
| 0
|
cache instances created by @code cachebuilder will not perform any type of eviction. | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,121
|
CacheBuilder.java
|
p usage example
| 0
|
p usage example | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,123
|
CacheBuilder.java
|
loadingcache key, graph graphs cachebuilder^newbuilder
| 0
|
loadingcache key, graph graphs cachebuilder^newbuilder | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,124
|
CacheBuilder.java
|
maximumsize 10000
| 0
|
maximumsize 10000 | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,125
|
CacheBuilder.java
|
expireafterwrite duration^ofminutes 10
| 0
|
expireafterwrite duration^ofminutes 10 | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,126
|
CacheBuilder.java
|
removallistener my listener
| 0
|
removallistener my listener | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,127
|
CacheBuilder.java
|
build
| 0
|
build | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,128
|
CacheBuilder.java
|
new cacheloader key, graph
| 0
|
new cacheloader key, graph | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,129
|
CacheBuilder.java
|
public graph load key key throws anyexception
| 0
|
public graph load key key throws anyexception | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,130
|
CacheBuilder.java
|
return createexpensivegraph key
| 0
|
return createexpensivegraph key | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,132
|
CacheBuilder.java
|
p or equivalently,
| 0
|
p or equivalently, | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,136
|
CacheBuilder.java
|
removallistener my listener
| 0
|
removallistener my listener | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,137
|
CacheBuilder.java
|
build
| 0
|
build | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,138
|
CacheBuilder.java
|
new cacheloader key, graph
| 0
|
new cacheloader key, graph | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,139
|
CacheBuilder.java
|
public graph load key key throws anyexception
| 0
|
public graph load key key throws anyexception | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,140
|
CacheBuilder.java
|
return createexpensivegraph key
| 0
|
return createexpensivegraph key | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,142
|
CacheBuilder.java
|
p the returned cache is implemented as a hash table with similar performance characteristics to
| 0
|
p the returned cache is implemented as a hash table with similar performance characteristics to | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,143
|
CacheBuilder.java
|
@link concurrenthashmap .
| 0
|
@link concurrenthashmap . | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,144
|
CacheBuilder.java
|
it implements all optional operations of the @link loadingcache and
| 0
|
it implements all optional operations of the @link loadingcache and | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,145
|
CacheBuilder.java
|
@link cache interfaces.
| 0
|
@link cache interfaces. | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,146
|
CacheBuilder.java
|
the @code asmap view and its collection views have i weakly
| 0
|
the @code asmap view and its collection views have i weakly | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,147
|
CacheBuilder.java
|
consistent iterators i .
| 0
|
consistent iterators i . | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,148
|
CacheBuilder.java
|
this means that they are safe for concurrent use, but if other threads
| 0
|
this means that they are safe for concurrent use, but if other threads | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,149
|
CacheBuilder.java
|
modify the cache after the iterator is created, it is undefined which of these changes, if any,
| 0
|
modify the cache after the iterator is created, it is undefined which of these changes, if any, | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,150
|
CacheBuilder.java
|
are reflected in that iterator.
| 0
|
are reflected in that iterator. | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,151
|
CacheBuilder.java
|
these iterators never throw @link
| 0
|
these iterators never throw @link | CacheBuilder.java
|
[
0,
0,
0,
1,
1,
0,
0
] |
1,152
|
CacheBuilder.java
|
concurrentmodificationexception .
| 0
|
concurrentmodificationexception . | CacheBuilder.java
|
[
0,
0,
0,
1,
1,
0,
0
] |
1,153
|
CacheBuilder.java
|
p b note b by default, the returned cache uses equality comparisons the @link
| 0
|
p b note b by default, the returned cache uses equality comparisons the @link | CacheBuilder.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
1,154
|
CacheBuilder.java
|
object#equals equals method to determine equality for keys or values.
| 0
|
object#equals equals method to determine equality for keys or values. | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,155
|
CacheBuilder.java
|
however, if @link
| 0
|
however, if @link | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,156
|
CacheBuilder.java
|
#weakkeys was specified, the cache uses identity @code comparisons instead for keys.
| 0
|
#weakkeys was specified, the cache uses identity @code comparisons instead for keys. | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,157
|
CacheBuilder.java
|
likewise, if @link #weakvalues or @link #softvalues was specified, the cache uses identity
| 0
|
likewise, if @link #weakvalues or @link #softvalues was specified, the cache uses identity | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,158
|
CacheBuilder.java
|
comparisons for values.
| 0
|
comparisons for values. | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,161
|
CacheBuilder.java
|
maximumsize , @linkplain #maximumweight long maximumweight , @linkplain #expireafterwrite
| 0
|
maximumsize , @linkplain #maximumweight long maximumweight , @linkplain #expireafterwrite | CacheBuilder.java
|
[
0,
0,
1,
1,
0,
0,
0
] |
1,164
|
CacheBuilder.java
|
weakkeys , @linkplain #weakvalues weakvalues , or @linkplain #softvalues softvalues are
| 0
|
weakkeys , @linkplain #weakvalues weakvalues , or @linkplain #softvalues softvalues are | CacheBuilder.java
|
[
0,
0,
1,
1,
0,
0,
0
] |
1,167
|
CacheBuilder.java
|
p if @linkplain #maximumsize long maximumsize or @linkplain #maximumweight long
| 0
|
p if @linkplain #maximumsize long maximumsize or @linkplain #maximumweight long | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,168
|
CacheBuilder.java
|
maximumweight is requested entries may be evicted on each cache modification.
| 0
|
maximumweight is requested entries may be evicted on each cache modification. | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,169
|
CacheBuilder.java
|
p if @linkplain #expireafterwrite expireafterwrite or @linkplain #expireafteraccess
| 0
|
p if @linkplain #expireafterwrite expireafterwrite or @linkplain #expireafteraccess | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,170
|
CacheBuilder.java
|
expireafteraccess is requested entries may be evicted on each cache modification, on occasional
| 0
|
expireafteraccess is requested entries may be evicted on each cache modification, on occasional | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,171
|
CacheBuilder.java
|
cache accesses, or on calls to @link cache#cleanup .
| 0
|
cache accesses, or on calls to @link cache#cleanup . | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,172
|
CacheBuilder.java
|
expired entries may be counted by @link
| 0
|
expired entries may be counted by @link | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,173
|
CacheBuilder.java
|
cache#size , but will never be visible to read or write operations.
| 0
|
cache#size , but will never be visible to read or write operations. | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,174
|
CacheBuilder.java
|
p if @linkplain #weakkeys weakkeys , @linkplain #weakvalues weakvalues , or @linkplain
| 0
|
p if @linkplain #weakkeys weakkeys , @linkplain #weakvalues weakvalues , or @linkplain | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,175
|
CacheBuilder.java
|
be reclaimed by the garbage collector.
| 0
|
be reclaimed by the garbage collector. | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,176
|
CacheBuilder.java
|
entries with reclaimed keys or values may be removed from
| 0
|
entries with reclaimed keys or values may be removed from | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,177
|
CacheBuilder.java
|
the cache on each cache modification, on occasional cache accesses, or on calls to @link
| 0
|
the cache on each cache modification, on occasional cache accesses, or on calls to @link | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,178
|
CacheBuilder.java
|
cache#cleanup such entries may be counted in @link cache#size , but will never be visible to
| 0
|
cache#cleanup such entries may be counted in @link cache#size , but will never be visible to | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,179
|
CacheBuilder.java
|
read or write operations.
| 0
|
read or write operations. | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,180
|
CacheBuilder.java
|
p certain cache configurations will result in the accrual of periodic maintenance tasks which
| 0
|
p certain cache configurations will result in the accrual of periodic maintenance tasks which | CacheBuilder.java
|
[
0,
0,
1,
1,
0,
0,
0
] |
1,181
|
CacheBuilder.java
|
will be performed during write operations, or during occasional read operations in the absence of
| 0
|
will be performed during write operations, or during occasional read operations in the absence of | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,182
|
CacheBuilder.java
|
writes.
| 0
|
writes. | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,183
|
CacheBuilder.java
|
the @link cache#cleanup method of the returned cache will also perform maintenance, but
| 0
|
the @link cache#cleanup method of the returned cache will also perform maintenance, but | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,186
|
CacheBuilder.java
|
only caches built with
| 0
|
only caches built with | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,187
|
CacheBuilder.java
|
@linkplain #removallistener removallistener , @linkplain #expireafterwrite expireafterwrite ,
| 0
|
@linkplain #removallistener removallistener , @linkplain #expireafterwrite expireafterwrite , | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,188
|
CacheBuilder.java
|
@linkplain #expireafteraccess expireafteraccess , @linkplain #weakkeys weakkeys , @linkplain
| 0
|
@linkplain #expireafteraccess expireafteraccess , @linkplain #weakkeys weakkeys , @linkplain | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,189
|
CacheBuilder.java
|
#weakvalues weakvalues , or @linkplain #softvalues softvalues perform periodic maintenance.
| 0
|
#weakvalues weakvalues , or @linkplain #softvalues softvalues perform periodic maintenance. | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,190
|
CacheBuilder.java
|
retain all the configuration properties of the original cache.
| 0
|
retain all the configuration properties of the original cache. | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,191
|
CacheBuilder.java
|
note that the serialized form does
| 0
|
note that the serialized form does | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,192
|
CacheBuilder.java
|
i not i include cache contents, but only configuration.
| 0
|
i not i include cache contents, but only configuration. | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,193
|
CacheBuilder.java
|
p see the guava user guide article on a
| 0
|
p see the guava user guide article on a | CacheBuilder.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
1,194
|
CacheBuilder.java
|
href https github^com google guava wiki cachesexplained caching a for a higher level
| 0
|
href https github^com google guava wiki cachesexplained caching a for a higher level | CacheBuilder.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
1,195
|
CacheBuilder.java
|
explanation.
| 0
|
explanation. | CacheBuilder.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
1,196
|
CacheBuilder.java
|
this is
| 0
|
this is | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,197
|
CacheBuilder.java
|
normally @code object unless it is constrained by using a method like @code
| 0
|
normally @code object unless it is constrained by using a method like @code | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,198
|
CacheBuilder.java
|
#removallistener
| 0
|
#removallistener | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,199
|
CacheBuilder.java
|
this is
| 0
|
this is | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,200
|
CacheBuilder.java
|
normally @code object unless it is constrained by using a method like @code
| 0
|
normally @code object unless it is constrained by using a method like @code | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,201
|
CacheBuilder.java
|
#removallistener
| 0
|
#removallistener | CacheBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,202
|
CacheBuilder.java
|
@author charles fry
| 0
|
@author charles fry | CacheBuilder.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
1,203
|
CacheBuilder.java
|
@author kevin bourrillion
| 0
|
@author kevin bourrillion | CacheBuilder.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
1,204
|
CacheBuilder.java
|
@since 100
| 0
|
@since 100 | CacheBuilder.java
|
[
0,
0,
0,
0,
0,
1,
0
] |
1,205
|
CacheLoaderTest.java
|
unit tests for @link cacheloader .
| 0
|
unit tests for @link cacheloader . | CacheLoaderTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
1,206
|
CacheLoaderTest.java
|
@author charles fry
| 0
|
@author charles fry | CacheLoaderTest.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
1,207
|
CacheManualTest.java
|
@author charles fry
| 0
|
@author charles fry | CacheManualTest.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
1,208
|
ClassToInstanceMap.java
|
a map, each entry of which maps a java a href http tinyurl^com 2cmwkz raw type a to an
| 0
|
a map, each entry of which maps a java a href http tinyurl^com 2cmwkz raw type a to an | ClassToInstanceMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
1,209
|
ClassToInstanceMap.java
|
instance of that type.
| 0
|
instance of that type. | ClassToInstanceMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
1,210
|
ClassToInstanceMap.java
|
in addition to implementing @code map , the additional type safe
| 0
|
in addition to implementing @code map , the additional type safe | ClassToInstanceMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
1,211
|
ClassToInstanceMap.java
|
operations @link #putinstance and @link #getinstance are available.
| 0
|
operations @link #putinstance and @link #getinstance are available. | ClassToInstanceMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
1,212
|
ClassToInstanceMap.java
|
p like any other @code map class, object , this map may contain entries for primitive types,
| 0
|
p like any other @code map class, object , this map may contain entries for primitive types, | ClassToInstanceMap.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
1,213
|
ClassToInstanceMap.java
|
and a primitive type and its corresponding wrapper type may map to different values.
| 0
|
and a primitive type and its corresponding wrapper type may map to different values. | ClassToInstanceMap.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
1,215
|
ClassToInstanceMap.java
|
https github^com google guava wiki newcollectiontypesexplained#classtoinstancemap @code
| 0
|
https github^com google guava wiki newcollectiontypesexplained#classtoinstancemap @code | ClassToInstanceMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
1,216
|
ClassToInstanceMap.java
|
classtoinstancemap a .
| 0
|
classtoinstancemap a . | ClassToInstanceMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
1,217
|
ClassToInstanceMap.java
|
p to map a generic type to an instance of that type, use @link
| 0
|
p to map a generic type to an instance of that type, use @link | ClassToInstanceMap.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,218
|
ClassToInstanceMap.java
|
com^google.common^reflect.typetoinstancemap instead.
| 0
|
com^google.common^reflect.typetoinstancemap instead. | ClassToInstanceMap.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,219
|
ClassToInstanceMap.java
|
@param b the common supertype that all entries must share often this is simply @link object
| 0
|
@param b the common supertype that all entries must share often this is simply @link object | ClassToInstanceMap.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
1,220
|
ClassToInstanceMap.java
|
@author kevin bourrillion
| 0
|
@author kevin bourrillion | ClassToInstanceMap.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
1,221
|
ClassToInstanceMap.java
|
@since 20
| 0
|
@since 20 | ClassToInstanceMap.java
|
[
0,
0,
0,
0,
0,
1,
0
] |
1,222
|
CloseablesTest.java
|
unit tests for @link closeables .
| 0
|
unit tests for @link closeables . | CloseablesTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
1,224
|
CloseablesTest.java
|
propagated out from the @link closeables#close method if @code swallowexception is true.
| 0
|
propagated out from the @link closeables#close method if @code swallowexception is true. | CloseablesTest.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
1,229
|
CollectionTestSuiteBuilder.java
|
settestsuitebuilder .
| 0
|
settestsuitebuilder . | CollectionTestSuiteBuilder.java
|
[
1,
0,
0,
0,
1,
0,
0
] |
1,230
|
CollectionTestSuiteBuilder.java
|
@author chris povirk
| 0
|
@author chris povirk | CollectionTestSuiteBuilder.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
1,234
|
CountingOutputStream.java
|
an outputstream that counts the number of bytes written.
| 0
|
an outputstream that counts the number of bytes written. | CountingOutputStream.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
1,238
|
DescendingMultiset.java
|
only needs @code forwardmultiset and
| 0
|
only needs @code forwardmultiset and | DescendingMultiset.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.