index
int64 1
10.7k
| class
stringclasses 782
values | comment_sentence
stringlengths 1
1.78k
| partition
int64 0
0
| combo
stringlengths 17
1.81k
| labels
listlengths 7
7
|
|---|---|---|---|---|---|
4,757
|
SwiftTestUtils.java
|
* @param fs filesystem
| 0
|
* @param fs filesystem | SwiftTestUtils.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,760
|
SwiftTestUtils.java
|
If there is a mismatch between what was written and what was expected,
* a small range of bytes either side of the first error are logged to aid
* diagnosing what problem occurred -whether it was a previous file
* or a corrupting of the current file. This assumes that two
* sequential runs to the same path use datasets with different character
* moduli.
| 0
|
If there is a mismatch between what was written and what was expected,
* a small range of bytes either side of the first error are logged to aid
* diagnosing what problem occurred -whether it was a previous file
* or a corrupting of the current file. This assumes that two
* sequential runs to the same path use datasets with different character
* moduli. | SwiftTestUtils.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
4,765
|
GridStaticSectionState.java
|
/**
* The style name for the row. Null if none.
*/
| 0
|
/**
* The style name for the row. Null if none.
*/ | GridStaticSectionState.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,766
|
EmbeddedsTest.java
|
@link AbstractEmbedded
| 0
|
@link AbstractEmbedded | EmbeddedsTest.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,767
|
EmbeddedsTest.java
|
@link Embedded
| 0
|
@link Embedded | EmbeddedsTest.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,770
|
EmbeddedsTest.java
|
Tests declarative support for implementations of {@link AbstractEmbedded} and
* {@link Embedded}.
| 0
|
Tests declarative support for implementations of {@link AbstractEmbedded} and
* {@link Embedded}. | EmbeddedsTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,771
|
RawLocalFs.java
|
The RawLocalFs implementation of AbstractFileSystem.
* This impl delegates to the old FileSystem
| 0
|
The RawLocalFs implementation of AbstractFileSystem.
* This impl delegates to the old FileSystem | RawLocalFs.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,772
|
RawLocalFs.java
|
/*Evolving for a release,to be changed to Stable */
| 0
|
/*Evolving for a release,to be changed to Stable */ | RawLocalFs.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,773
|
RawLocalFs.java
|
This constructor has the signature needed by
* {@link AbstractFileSystem#createFileSystem(URI, Configuration)}.
| 0
|
This constructor has the signature needed by
* {@link AbstractFileSystem#createFileSystem(URI, Configuration)}. | RawLocalFs.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,774
|
RawLocalFs.java
|
@link AbstractFileSystem#createFileSystem(URI, Configuration)
| 0
|
@link AbstractFileSystem#createFileSystem(URI, Configuration) | RawLocalFs.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,776
|
RawLocalFs.java
|
* @param conf
| 0
|
* @param conf | RawLocalFs.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,777
|
RawLocalFs.java
|
// No default port for file:///
| 0
|
// No default port for file:/// | RawLocalFs.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,778
|
RawLocalFs.java
|
// Different local file systems have different validation rules. Skip
// validation here and just let the OS handle it. This is consistent with
// RawLocalFileSystem.
| 0
|
// Different local file systems have different validation rules. Skip
// validation here and just let the OS handle it. This is consistent with
// RawLocalFileSystem. | RawLocalFs.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,782
|
IDeleteOnErrorRule.java
|
* .DELETE_ON_ERROR'
* If `.DELETE_ON_ERROR' is mentioned as a target anywhere in the
* makefile, then `make' will delete the target of a rule if it has
* changed and its commands exit with a nonzero exit status, just as
* it does when it receives a signal.
| 0
|
* .DELETE_ON_ERROR'
* If `.DELETE_ON_ERROR' is mentioned as a target anywhere in the
* makefile, then `make' will delete the target of a rule if it has
* changed and its commands exit with a nonzero exit status, just as
* it does when it receives a signal. | IDeleteOnErrorRule.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
4,783
|
AlreadyBeingCreatedException.java
|
The exception that happens when you ask to create a file that already
* is being created, but is not closed yet.
| 0
|
The exception that happens when you ask to create a file that already
* is being created, but is not closed yet. | AlreadyBeingCreatedException.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,784
|
HashMapGrowthStrategy.java
|
* Interface that defines how we can grow the size of a hash map when it is over a threshold.
| 0
|
* Interface that defines how we can grow the size of a hash map when it is over a threshold. | HashMapGrowthStrategy.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,786
|
HashMapGrowthStrategy.java
|
// Guard against overflow
| 0
|
// Guard against overflow | HashMapGrowthStrategy.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,787
|
RpcServerException.java
|
* Indicates an exception on the RPC server
| 0
|
* Indicates an exception on the RPC server | RpcServerException.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,788
|
RpcServerException.java
|
* Constructs exception with the specified detail message.
| 0
|
* Constructs exception with the specified detail message. | RpcServerException.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,789
|
RpcServerException.java
|
* Constructs exception with the specified detail message and cause.
| 0
|
* Constructs exception with the specified detail message and cause. | RpcServerException.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,790
|
RpcServerException.java
|
* get the rpc status corresponding to this exception
| 0
|
* get the rpc status corresponding to this exception | RpcServerException.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,792
|
RpcServerException.java
|
* @param message message.
| 0
|
* @param message message. | RpcServerException.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,793
|
RpcServerException.java
|
* @param message detailed message.
| 0
|
* @param message detailed message. | RpcServerException.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,796
|
IPersistableProblem.java
|
* @noextend This interface is not intended to be extended by clients.
| 0
|
* @noextend This interface is not intended to be extended by clients. | IPersistableProblem.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,797
|
IPersistableProblem.java
|
* @noimplement This interface is not intended to be implemented by clients.
| 0
|
* @noimplement This interface is not intended to be implemented by clients. | IPersistableProblem.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,798
|
IPersistableProblem.java
|
* Returns the marker type associated to this problem, if it gets persisted into a marker.
| 0
|
* Returns the marker type associated to this problem, if it gets persisted into a marker. | IPersistableProblem.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,799
|
IPersistableProblem.java
|
* @return the type of the marker which would be associated to the problem.
| 0
|
* @return the type of the marker which would be associated to the problem. | IPersistableProblem.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,800
|
ImmutableBiMap.java
|
@link BiMap
| 0
|
@link BiMap | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,801
|
ImmutableBiMap.java
|
@link ImmutableCollection
| 0
|
@link ImmutableCollection | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,802
|
ImmutableBiMap.java
|
@link #build
| 0
|
@link #build | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,803
|
ImmutableBiMap.java
|
@link ImmutableBiMap#builder
| 0
|
@link ImmutableBiMap#builder | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,804
|
ImmutableBiMap.java
|
@code key
| 0
|
@code key | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,806
|
ImmutableBiMap.java
|
@link #build
| 0
|
@link #build | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,810
|
ImmutableBiMap.java
|
@link #build
| 0
|
@link #build | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,811
|
ImmutableBiMap.java
|
@code Builder
| 0
|
@code Builder | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,816
|
ImmutableBiMap.java
|
@code ImmutableBiMap
| 0
|
@code ImmutableBiMap | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,817
|
ImmutableBiMap.java
|
@code ImmutableBiMap
| 0
|
@code ImmutableBiMap | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,818
|
ImmutableBiMap.java
|
Serialized type for all ImmutableBiMap instances. It captures the logical
* contents and they are reconstructed using public factory methods. This
* ensures that the implementation types remain as implementation details.
| 0
|
Serialized type for all ImmutableBiMap instances. It captures the logical
* contents and they are reconstructed using public factory methods. This
* ensures that the implementation types remain as implementation details. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,821
|
ImmutableBiMap.java
|
Returns an immutable set of the values in this map. The values are in the
* same order as the parameters used to build this map.
| 0
|
Returns an immutable set of the values in this map. The values are in the
* same order as the parameters used to build this map. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,822
|
ImmutableBiMap.java
|
<p>The inverse of an {@code ImmutableBiMap} is another
* {@code ImmutableBiMap}.
| 0
|
<p>The inverse of an {@code ImmutableBiMap} is another
* {@code ImmutableBiMap}. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,823
|
ImmutableBiMap.java
|
* The current implementation will end up using entryArray directly, though it will write
* over the (arbitrary, potentially mutable) Entry objects actually stored in entryArray.
| 0
|
* The current implementation will end up using entryArray directly, though it will write
* over the (arbitrary, potentially mutable) Entry objects actually stored in entryArray. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,825
|
ImmutableBiMap.java
|
Returns an immutable bimap containing the given entries.
| 0
|
Returns an immutable bimap containing the given entries. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,826
|
ImmutableBiMap.java
|
Returns an immutable bimap containing the same entries as {@code map}. If
* {@code map} somehow contains entries with duplicate keys (for example, if
* it is a {@code SortedMap} whose comparator is not <i>consistent with
* equals</i>), the results of this method are undefined.
| 0
|
Returns an immutable bimap containing the same entries as {@code map}. If
* {@code map} somehow contains entries with duplicate keys (for example, if
* it is a {@code SortedMap} whose comparator is not <i>consistent with
* equals</i>), the results of this method are undefined. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,827
|
ImmutableBiMap.java
|
copyOf
| 0
|
copyOf | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,828
|
ImmutableBiMap.java
|
Returns a newly-created immutable bimap.
| 0
|
Returns a newly-created immutable bimap. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,829
|
ImmutableBiMap.java
|
build
| 0
|
build | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,832
|
ImmutableBiMap.java
|
Associates all of the given map's keys and values in the built bimap.
* Duplicate keys or values are not allowed, and will cause {@link #build}
* to fail.
| 0
|
Associates all of the given map's keys and values in the built bimap.
* Duplicate keys or values are not allowed, and will cause {@link #build}
* to fail. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,833
|
ImmutableBiMap.java
|
Adds the given {@code entry} to the bimap. Duplicate keys or values
* are not allowed, and will cause {@link #build} to fail.
| 0
|
Adds the given {@code entry} to the bimap. Duplicate keys or values
* are not allowed, and will cause {@link #build} to fail. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,834
|
ImmutableBiMap.java
|
Associates {@code key} with {@code value} in the built bimap. Duplicate
* keys or values are not allowed, and will cause {@link #build} to fail.
| 0
|
Associates {@code key} with {@code value} in the built bimap. Duplicate
* keys or values are not allowed, and will cause {@link #build} to fail. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,835
|
ImmutableBiMap.java
|
Creates a new builder. The returned builder is equivalent to the builder
* generated by {@link ImmutableBiMap#builder}.
| 0
|
Creates a new builder. The returned builder is equivalent to the builder
* generated by {@link ImmutableBiMap#builder}. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,836
|
ImmutableBiMap.java
|
A builder for creating immutable bimap instances, especially {@code public
* static final} bimaps ("constant bimaps"). Example: <pre> {@code
*
* static final ImmutableBiMap<String, Integer> WORD_TO_INT =
* new ImmutableBiMap.Builder<String, Integer>()
* .put("one", 1)
* .put("two", 2)
* .put("three", 3)
* .build();}</pre>
*
* <p>For <i>small</i> immutable bimaps, the {@code ImmutableBiMap.of()} methods
* are even more convenient.
*
* <p>Builder instances can be reused - it is safe to call {@link #build}
* multiple times to build multiple bimaps in series. Each bimap is a superset
* of the bimaps created before it.
| 0
|
A builder for creating immutable bimap instances, especially {@code public
* static final} bimaps ("constant bimaps"). Example: <pre> {@code
*
* static final ImmutableBiMap<String, Integer> WORD_TO_INT =
* new ImmutableBiMap.Builder<String, Integer>()
* .put("one", 1)
* .put("two", 2)
* .put("three", 3)
* .build();}</pre>
*
* <p>For <i>small</i> immutable bimaps, the {@code ImmutableBiMap.of()} methods
* are even more convenient.
*
* <p>Builder instances can be reused - it is safe to call {@link #build}
* multiple times to build multiple bimaps in series. Each bimap is a superset
* of the bimaps created before it. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,837
|
ImmutableBiMap.java
|
@link Builder
| 0
|
@link Builder | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,839
|
ImmutableBiMap.java
|
Returns an immutable map containing the given entries, in order.
| 0
|
Returns an immutable map containing the given entries, in order. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,840
|
ImmutableBiMap.java
|
Returns an immutable map containing the given entries, in order.
| 0
|
Returns an immutable map containing the given entries, in order. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,841
|
ImmutableBiMap.java
|
Returns an immutable map containing the given entries, in order.
| 0
|
Returns an immutable map containing the given entries, in order. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,843
|
ImmutableBiMap.java
|
Returns an immutable bimap containing a single entry.
| 0
|
Returns an immutable bimap containing a single entry. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,845
|
ImmutableBiMap.java
|
A {@link BiMap} whose contents will never change, with many other important properties detailed
* at {@link ImmutableCollection}.
| 0
|
A {@link BiMap} whose contents will never change, with many other important properties detailed
* at {@link ImmutableCollection}. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,846
|
ImmutableBiMap.java
|
@author Jared Levy
| 0
|
@author Jared Levy | ImmutableBiMap.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
4,848
|
ImmutableBiMap.java
|
Casting to any type is safe because the set will never hold any elements.
| 0
|
Casting to any type is safe because the set will never hold any elements. | ImmutableBiMap.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
4,849
|
ImmutableBiMap.java
|
* @since 2.0
| 0
|
* @since 2.0 | ImmutableBiMap.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,852
|
ImmutableBiMap.java
|
* @since 19.0
| 0
|
* @since 19.0 | ImmutableBiMap.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,853
|
ImmutableBiMap.java
|
* @since 19.0
| 0
|
* @since 19.0 | ImmutableBiMap.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,856
|
ImmutableBiMap.java
|
looking for of() with > 5 entries? Use the builder instead.
| 0
|
looking for of() with > 5 entries? Use the builder instead. | ImmutableBiMap.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
4,857
|
ImmutableBiMap.java
|
<p>The sort order is stable, that is, if two entries have values that compare
* as equivalent, the entry that was inserted first will be first in the built map's
* iteration order.
| 0
|
<p>The sort order is stable, that is, if two entries have values that compare
* as equivalent, the entry that was inserted first will be first in the built map's
* iteration order. | ImmutableBiMap.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
4,858
|
ImmutableBiMap.java
|
If entries is full, then this implementation may end up using the entries array
* directly and writing over the entry objects with non-terminal entries, but this is
* safe; if this Builder is used further, it will grow the entries array (so it can't
* affect the original array), and future build() calls will always copy any entry
* objects that cannot be safely reused.
| 0
|
If entries is full, then this implementation may end up using the entries array
* directly and writing over the entry objects with non-terminal entries, but this is
* safe; if this Builder is used further, it will grow the entries array (so it can't
* affect the original array), and future build() calls will always copy any entry
* objects that cannot be safely reused. | ImmutableBiMap.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
4,860
|
ImmutableBiMap.java
|
// safe since map is not writable
| 0
|
// safe since map is not writable | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,861
|
AbstractBreakpointRulerAction.java
|
Contributors:
* QNX Software Systems - Initial API and implementation
* Anton Leherbauer (Wind River Systems) - bug 183397
| 0
|
Contributors:
* QNX Software Systems - Initial API and implementation
* Anton Leherbauer (Wind River Systems) - bug 183397 | AbstractBreakpointRulerAction.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
4,863
|
AbstractBreakpointRulerAction.java
|
@link RulerBreakpointAction
| 0
|
@link RulerBreakpointAction | AbstractBreakpointRulerAction.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,864
|
AbstractBreakpointRulerAction.java
|
@see {@link RulerBreakpointAction}
| 0
|
@see {@link RulerBreakpointAction} | AbstractBreakpointRulerAction.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,865
|
AbstractBreakpointRulerAction.java
|
Constructs an action to work on breakpoints in the specified
* part with the specified vertical ruler information.
| 0
|
Constructs an action to work on breakpoints in the specified
* part with the specified vertical ruler information. | AbstractBreakpointRulerAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,866
|
AbstractBreakpointRulerAction.java
|
Returns the breakpoint at the last line of mouse activity in the ruler
* or <code>null</code> if none.
| 0
|
Returns the breakpoint at the last line of mouse activity in the ruler
* or <code>null</code> if none. | AbstractBreakpointRulerAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,867
|
AbstractBreakpointRulerAction.java
|
Returns the workbench part this action was created for.
| 0
|
Returns the workbench part this action was created for. | AbstractBreakpointRulerAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,868
|
AbstractBreakpointRulerAction.java
|
Returns the vertical ruler information this action was created for.
| 0
|
Returns the vertical ruler information this action was created for. | AbstractBreakpointRulerAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,869
|
AbstractBreakpointRulerAction.java
|
@return vertical ruler information
| 0
|
@return vertical ruler information | AbstractBreakpointRulerAction.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,871
|
AbstractBreakpointRulerAction.java
|
@return breakpoint associated with activity in the ruler or <code>null</code>
| 0
|
@return breakpoint associated with activity in the ruler or <code>null</code> | AbstractBreakpointRulerAction.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,872
|
AbstractBreakpointRulerAction.java
|
@param part a text editor or DisassemblyView
| 0
|
@param part a text editor or DisassemblyView | AbstractBreakpointRulerAction.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,873
|
AbstractBreakpointRulerAction.java
|
@param info vertical ruler information
| 0
|
@param info vertical ruler information | AbstractBreakpointRulerAction.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,874
|
GcovAppCalculator.java
|
Contributors:
* lufimtse : Leo Ufimtsev lufimtse@redhat.com
| 0
|
Contributors:
* lufimtse : Leo Ufimtsev lufimtse@redhat.com | GcovAppCalculator.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
4,875
|
GcovAppCalculator.java
|
@since 8.3
| 0
|
@since 8.3 | GcovAppCalculator.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,877
|
ToggleBreakpointAdapter.java
|
Contributors:
* QNX Software Systems - Initial API and implementation
* Freescale Semiconductor - Address watchpoints, https://bugs.eclipse.org/bugs/show_bug.cgi?id=118299
* Warren Paul (Nokia) - Bug 217485, Bug 218342
* Oyvind Harboe (oyvind.harboe@zylin.com) - Bug 225099
| 0
|
Contributors:
* QNX Software Systems - Initial API and implementation
* Freescale Semiconductor - Address watchpoints, https://bugs.eclipse.org/bugs/show_bug.cgi?id=118299
* Warren Paul (Nokia) - Bug 217485, Bug 218342
* Oyvind Harboe (oyvind.harboe@zylin.com) - Bug 225099 | ToggleBreakpointAdapter.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
4,878
|
ToggleBreakpointAdapter.java
|
Toggles a line breakpoint in a C/C++ editor.
| 0
|
Toggles a line breakpoint in a C/C++ editor. | ToggleBreakpointAdapter.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,881
|
UniqValueCount.java
|
* the default constructor
| 0
|
* the default constructor | UniqValueCount.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,882
|
UniqValueCount.java
|
constructor
| 0
|
constructor | UniqValueCount.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,883
|
UniqValueCount.java
|
* Set the limit on the number of unique values
| 0
|
* Set the limit on the number of unique values | UniqValueCount.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,884
|
UniqValueCount.java
|
* add a value to the aggregator
| 0
|
* add a value to the aggregator | UniqValueCount.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,885
|
UniqValueCount.java
|
* reset the aggregator
| 0
|
* reset the aggregator | UniqValueCount.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,886
|
UniqValueCount.java
|
@return return an array of the unique objects. The return value is
* expected to be used by the a combiner.
| 0
|
@return return an array of the unique objects. The return value is
* expected to be used by the a combiner. | UniqValueCount.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,887
|
UniqValueCount.java
|
@return the set of the unique objects
| 0
|
@return the set of the unique objects | UniqValueCount.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,889
|
UniqValueCount.java
|
@param val
* an object.
| 0
|
@param val
* an object. | UniqValueCount.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,890
|
UniqValueCount.java
|
* @param maxNum the limit in the number of unique values to keep.
| 0
|
* @param maxNum the limit in the number of unique values to keep. | UniqValueCount.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,891
|
UniqValueCount.java
|
* @param n the desired limit on the number of unique values
| 0
|
* @param n the desired limit on the number of unique values | UniqValueCount.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,892
|
UniqValueCount.java
|
* @return the new limit on the number of unique values
| 0
|
* @return the new limit on the number of unique values | UniqValueCount.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,893
|
RollingLevelDB.java
|
/**
* Contains the logic to lookup a leveldb by timestamp so that multiple smaller
* databases can roll according to the configured period and evicted efficiently
* via operating system directory removal.
*/
| 0
|
/**
* Contains the logic to lookup a leveldb by timestamp so that multiple smaller
* databases can roll according to the configured period and evicted efficiently
* via operating system directory removal.
*/ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,894
|
RollingLevelDB.java
|
/** Logger for this class. */
| 0
|
/** Logger for this class. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,895
|
RollingLevelDB.java
|
/** Factory to open and create new leveldb instances. */
| 0
|
/** Factory to open and create new leveldb instances. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,896
|
RollingLevelDB.java
|
/** Thread safe date formatter. */
| 0
|
/** Thread safe date formatter. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,897
|
RollingLevelDB.java
|
/** Date parser. */
| 0
|
/** Date parser. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,900
|
RollingLevelDB.java
|
/** Collection of all rolling leveldb instances to evict. */
| 0
|
/** Collection of all rolling leveldb instances to evict. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,903
|
RollingLevelDB.java
|
/** File system instance to find and create new leveldb instances. */
| 0
|
/** File system instance to find and create new leveldb instances. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,904
|
RollingLevelDB.java
|
/** Directory to store rolling leveldb instances. */
| 0
|
/** Directory to store rolling leveldb instances. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.