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
|
|---|---|---|---|---|---|
5,208
|
IASTProblemHolder.java
|
<code>PROBLEM</code> represents the relationship between a
* <code>IASTProblemHolder</code> and its <code>IASTProblem</code>.
| 0
|
<code>PROBLEM</code> represents the relationship between a
* <code>IASTProblemHolder</code> and its <code>IASTProblem</code>. | IASTProblemHolder.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,209
|
IASTProblemHolder.java
|
* @noextend This interface is not intended to be extended by clients.
| 0
|
* @noextend This interface is not intended to be extended by clients. | IASTProblemHolder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,210
|
IASTProblemHolder.java
|
* @noimplement This interface is not intended to be implemented by clients.
| 0
|
* @noimplement This interface is not intended to be implemented by clients. | IASTProblemHolder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,211
|
GDBDynamicPrintfPropertyPage.java
|
Contributors:
* Marc Khouzam (Ericsson) - Initial API and implementation
| 0
|
Contributors:
* Marc Khouzam (Ericsson) - Initial API and implementation | GDBDynamicPrintfPropertyPage.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
5,212
|
GDBDynamicPrintfPropertyPage.java
|
* The preference page used to present the properties of a GDB dynamic printf as preferences.
| 0
|
* The preference page used to present the properties of a GDB dynamic printf as preferences. | GDBDynamicPrintfPropertyPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,213
|
GDBDynamicPrintfPropertyPage.java
|
@see IntegerFieldEditor#checkState()
| 0
|
@see IntegerFieldEditor#checkState() | GDBDynamicPrintfPropertyPage.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
5,214
|
GDBDynamicPrintfPropertyPage.java
|
@see FieldEditor#doStore()
| 0
|
@see FieldEditor#doStore() | GDBDynamicPrintfPropertyPage.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
5,215
|
GDBDynamicPrintfPropertyPage.java
|
@see StringFieldEditor#checkState()
| 0
|
@see StringFieldEditor#checkState() | GDBDynamicPrintfPropertyPage.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
5,216
|
GDBDynamicPrintfPropertyPage.java
|
@see #getPreferenceStore()
| 0
|
@see #getPreferenceStore() | GDBDynamicPrintfPropertyPage.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
5,217
|
GDBDynamicPrintfPropertyPage.java
|
* @see org.eclipse.ui.IWorkbenchPropertyPage#setElement(org.eclipse.core.runtime.IAdaptable)
| 0
|
* @see org.eclipse.ui.IWorkbenchPropertyPage#setElement(org.eclipse.core.runtime.IAdaptable) | GDBDynamicPrintfPropertyPage.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
5,218
|
GDBDynamicPrintfPropertyPage.java
|
* @see org.eclipse.ui.IWorkbenchPropertyPage#getElement()
| 0
|
* @see org.eclipse.ui.IWorkbenchPropertyPage#getElement() | GDBDynamicPrintfPropertyPage.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
5,219
|
GDBDynamicPrintfPropertyPage.java
|
// Look for any breakpoint (base bp class) that has the same source file and line number as what
// is currently being inputed. Careful not to compare with the current dprintf
// in the case of modifying the properties of an existing dprintf; in
// that case we of course have this particular dprintf at this file and line.
| 0
|
// Look for any breakpoint (base bp class) that has the same source file and line number as what
// is currently being inputed. Careful not to compare with the current dprintf
// in the case of modifying the properties of an existing dprintf; in
// that case we of course have this particular dprintf at this file and line. | GDBDynamicPrintfPropertyPage.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
5,220
|
GDBDynamicPrintfPropertyPage.java
|
// update page state
| 0
|
// update page state | GDBDynamicPrintfPropertyPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,221
|
GDBDynamicPrintfPropertyPage.java
|
// update container state
| 0
|
// update container state | GDBDynamicPrintfPropertyPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,222
|
GDBDynamicPrintfPropertyPage.java
|
// For every change, if all the fields are valid
// we then check if we are dealing with a duplicate
// breakpoint.
| 0
|
// For every change, if all the fields are valid
// we then check if we are dealing with a duplicate
// breakpoint. | GDBDynamicPrintfPropertyPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,223
|
GDBDynamicPrintfPropertyPage.java
|
// Check for duplication of line dprintf
| 0
|
// Check for duplication of line dprintf | GDBDynamicPrintfPropertyPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,224
|
GDBDynamicPrintfPropertyPage.java
|
// Don't allow to create a duplicate breakpoint
| 0
|
// Don't allow to create a duplicate breakpoint | GDBDynamicPrintfPropertyPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,225
|
GDBDynamicPrintfPropertyPage.java
|
// default main label is the label of marker type for the dynamic printf
| 0
|
// default main label is the label of marker type for the dynamic printf | GDBDynamicPrintfPropertyPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,226
|
GDBDynamicPrintfPropertyPage.java
|
// LineDprintf
| 0
|
// LineDprintf | GDBDynamicPrintfPropertyPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,227
|
GDBDynamicPrintfPropertyPage.java
|
The preference store used to interface between the dynamic printf and the
* dynamic printf preference page. This preference store is initialized only
* when the preference store cannot be retrieved from the preference
* dialog's element.
| 0
|
The preference store used to interface between the dynamic printf and the
* dynamic printf preference page. This preference store is initialized only
* when the preference store cannot be retrieved from the preference
* dialog's element. | GDBDynamicPrintfPropertyPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,228
|
GDBDynamicPrintfPropertyPage.java
|
Indicates if the page currently aims to create
* a breakpoint that already exits.
| 0
|
Indicates if the page currently aims to create
* a breakpoint that already exits. | GDBDynamicPrintfPropertyPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,229
|
GDBDynamicPrintfPropertyPage.java
|
nothing
| 0
|
nothing | GDBDynamicPrintfPropertyPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,230
|
GDBDynamicPrintfPropertyPage.java
|
* Clears the error message from the message line if the error message is the error message from this field editor.
| 0
|
* Clears the error message from the message line if the error message is the error message from this field editor. | GDBDynamicPrintfPropertyPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,231
|
GDBDynamicPrintfPropertyPage.java
|
* Clears the error message from the message line if the error message is the error message from this field editor.
| 0
|
* Clears the error message from the message line if the error message is the error message from this field editor. | GDBDynamicPrintfPropertyPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,232
|
GDBDynamicPrintfPropertyPage.java
|
* Only store if the text control is enabled
| 0
|
* Only store if the text control is enabled | GDBDynamicPrintfPropertyPage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,235
|
WeeklyLongEvents.java
|
// Go over all dates this week
| 0
|
// Go over all dates this week | WeeklyLongEvents.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,236
|
WeeklyLongEvents.java
|
// check if the date is in the range we need
| 0
|
// check if the date is in the range we need | WeeklyLongEvents.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
5,237
|
WeeklyLongEvents.java
|
// check if the slot is taken
| 0
|
// check if the slot is taken | WeeklyLongEvents.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
5,238
|
WeeklyLongEvents.java
|
// if width is undefined, use the width of the first cell
// otherwise use distributed sizes
| 0
|
// if width is undefined, use the width of the first cell
// otherwise use distributed sizes | WeeklyLongEvents.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
5,239
|
TestUserGroupMappingPlacementRule.java
|
// simple base case for mapping user to queue
| 0
|
// simple base case for mapping user to queue | TestUserGroupMappingPlacementRule.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,240
|
TestUserGroupMappingPlacementRule.java
|
// specify overwritten, and see if user specified a queue, and it will be
// overridden
| 0
|
// specify overwritten, and see if user specified a queue, and it will be
// overridden | TestUserGroupMappingPlacementRule.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,241
|
TestUserGroupMappingPlacementRule.java
|
// if overwritten not specified, it should be which user specified
| 0
|
// if overwritten not specified, it should be which user specified | TestUserGroupMappingPlacementRule.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
5,242
|
GCCPathToolChainProvider.java
|
* Finds gcc and clang on the path.
| 0
|
* Finds gcc and clang on the path. | GCCPathToolChainProvider.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,243
|
ContainerSizeChangeTest.java
|
// decreasing container size from 50 to 40
| 0
|
// decreasing container size from 50 to 40 | ContainerSizeChangeTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,244
|
ContainerSizeChangeTest.java
|
// decreasing container size from 40 to 30
| 0
|
// decreasing container size from 40 to 30 | ContainerSizeChangeTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,245
|
ContainerSizeChangeTest.java
|
// TableElement scroll not working properly, so we need to do this.
// http://dev.vaadin.com/ticket/13826
| 0
|
// TableElement scroll not working properly, so we need to do this.
// http://dev.vaadin.com/ticket/13826 | ContainerSizeChangeTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,246
|
ContainerSizeChangeTest.java
|
// waitforvaadin not worky currently for table scroll, so we need to use
// thread sleep :(
| 0
|
// waitforvaadin not worky currently for table scroll, so we need to use
// thread sleep :( | ContainerSizeChangeTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,247
|
QuickFixCreateLocalVariable.java
|
Contributors:
* Tomasz Wesolowski - initial API and implementation
| 0
|
Contributors:
* Tomasz Wesolowski - initial API and implementation | QuickFixCreateLocalVariable.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
5,248
|
QuickFixCreateLocalVariable.java
|
// gcc problem that matched the pattern
| 0
|
// gcc problem that matched the pattern | QuickFixCreateLocalVariable.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,249
|
CompletedJob.java
|
Loads the basic job level data upfront.
* Data from job history file is loaded lazily.
| 0
|
Loads the basic job level data upfront.
* Data from job history file is loaded lazily. | CompletedJob.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,250
|
CompletedJob.java
|
//Can be picked from JobInfo with a conversion.
| 0
|
//Can be picked from JobInfo with a conversion. | CompletedJob.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,251
|
CompletedJob.java
|
//Can be picked up from JobInfo
| 0
|
//Can be picked up from JobInfo | CompletedJob.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,252
|
CompletedJob.java
|
//History data is leisurely loaded when task level data is requested
| 0
|
//History data is leisurely loaded when task level data is requested | CompletedJob.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,253
|
CompletedJob.java
|
//we have only two types of tasks
| 0
|
//we have only two types of tasks | CompletedJob.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,254
|
CompletedJob.java
|
@see org.apache.hadoop.mapreduce.v2.app.job.Job#loadConfFile()
| 0
|
@see org.apache.hadoop.mapreduce.v2.app.job.Job#loadConfFile() | CompletedJob.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
5,255
|
CompletedJob.java
|
@see org.apache.hadoop.mapreduce.v2.app.job.Job#getConfFile()
| 0
|
@see org.apache.hadoop.mapreduce.v2.app.job.Job#getConfFile() | CompletedJob.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
5,256
|
CompletedJob.java
|
@see org.apache.hadoop.mapreduce.v2.app.job.Job#getJobACLs()
| 0
|
@see org.apache.hadoop.mapreduce.v2.app.job.Job#getJobACLs() | CompletedJob.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
5,257
|
AppInfo.java
|
// JAXB needs this
| 0
|
// JAXB needs this | AppInfo.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,258
|
AR.java
|
Contributors:
* IBM - Initial API and implementation
| 0
|
Contributors:
* IBM - Initial API and implementation | AR.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
5,259
|
AR.java
|
The <code>AR</code> class is used for parsing standard SOM archive (ar) files.
| 0
|
The <code>AR</code> class is used for parsing standard SOM archive (ar) files. | AR.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,260
|
AR.java
|
Archive and archive member header. Does not include 8-byte magic character.
| 0
|
Archive and archive member header. Does not include 8-byte magic character. | AR.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,261
|
AR.java
|
// file member name - '/' terminated
| 0
|
// file member name - '/' terminated | AR.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,262
|
AR.java
|
// file member date - decimal
| 0
|
// file member date - decimal | AR.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,263
|
AR.java
|
// file member user id - decimal
| 0
|
// file member user id - decimal | AR.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,264
|
AR.java
|
// file member group id - decimal
| 0
|
// file member group id - decimal | AR.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,265
|
AR.java
|
// file member mode - octal
| 0
|
// file member mode - octal | AR.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,266
|
AR.java
|
// file member size - decimal
| 0
|
// file member size - decimal | AR.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,267
|
AR.java
|
// ARFMAG - string to end header
| 0
|
// ARFMAG - string to end header | AR.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,268
|
AR.java
|
// fields
| 0
|
// fields | AR.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,269
|
AR.java
|
// derived information
| 0
|
// derived information | AR.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,270
|
AR.java
|
/** Get the name of the object file */
| 0
|
/** Get the name of the object file */ | AR.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,271
|
AR.java
|
/** Get the size of the object file . */
| 0
|
/** Get the size of the object file . */ | AR.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,272
|
AR.java
|
* Library Symbol Table header
| 0
|
* Library Symbol Table header | AR.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,273
|
AR.java
|
// record fields
| 0
|
// record fields | AR.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,274
|
AR.java
|
Creates a new <code>AR</code> object from the contents of
* the given file.
| 0
|
Creates a new <code>AR</code> object from the contents of
* the given file. | AR.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,275
|
AR.java
|
* Get an array of all the object file headers for this archive.
| 0
|
* Get an array of all the object file headers for this archive. | AR.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,276
|
AR.java
|
/** Load the headers from the file (if required). */
| 0
|
/** Load the headers from the file (if required). */ | AR.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,277
|
AR.java
|
Check for EOF condition
//
// get the SOM directory
| 0
|
Check for EOF condition
//
// get the SOM directory | AR.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,278
|
AR.java
|
// each SOM Directory entry has 2 32bit words: SOM offset from LST and size
| 0
|
// each SOM Directory entry has 2 32bit words: SOM offset from LST and size | AR.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,282
|
AR.java
|
@param filename The file to process.
| 0
|
@param filename The file to process. | AR.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,283
|
AR.java
|
// load a LST header
| 0
|
// load a LST header | AR.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,284
|
AR.java
|
* @return An array of headers, one for each object within the archive.
| 0
|
* @return An array of headers, one for each object within the archive. | AR.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,285
|
AR.java
|
* @see ARHeader
| 0
|
* @see ARHeader | AR.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
5,286
|
TestLdapGroupsMappingBase.java
|
// We only ever call hasMoreElements once for the user NamingEnum, so
// we can just have one return value
| 0
|
// We only ever call hasMoreElements once for the user NamingEnum, so
// we can just have one return value | TestLdapGroupsMappingBase.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,287
|
TestLdapGroupsMappingBase.java
|
// We're going to have to define the loop here. We want two iterations,
// to get both the groups
| 0
|
// We're going to have to define the loop here. We want two iterations,
// to get both the groups | TestLdapGroupsMappingBase.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,288
|
TestLdapGroupsMappingBase.java
|
// Define the attribute for the name of the first group
| 0
|
// Define the attribute for the name of the first group | TestLdapGroupsMappingBase.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,289
|
TestLdapGroupsMappingBase.java
|
// Define the attribute for the name of the second group
| 0
|
// Define the attribute for the name of the second group | TestLdapGroupsMappingBase.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,290
|
TestLdapGroupsMappingBase.java
|
// This search result gets reused, so return group1, then group2
| 0
|
// This search result gets reused, so return group1, then group2 | TestLdapGroupsMappingBase.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,291
|
StreamKeyValUtil.java
|
Find the first occured tab in a UTF-8 encoded string
| 0
|
Find the first occured tab in a UTF-8 encoded string | StreamKeyValUtil.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,292
|
StreamKeyValUtil.java
|
* Find the first occured tab in a UTF-8 encoded string
| 0
|
* Find the first occured tab in a UTF-8 encoded string | StreamKeyValUtil.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,293
|
StreamKeyValUtil.java
|
split a UTF-8 byte array into key and value
* assuming that the delimilator is at splitpos.
| 0
|
split a UTF-8 byte array into key and value
* assuming that the delimilator is at splitpos. | StreamKeyValUtil.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,294
|
StreamKeyValUtil.java
|
split a UTF-8 byte array into key and value
* assuming that the delimilator is at splitpos.
| 0
|
split a UTF-8 byte array into key and value
* assuming that the delimilator is at splitpos. | StreamKeyValUtil.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,295
|
StreamKeyValUtil.java
|
split a UTF-8 byte array into key and value
* assuming that the delimilator is at splitpos.
| 0
|
split a UTF-8 byte array into key and value
* assuming that the delimilator is at splitpos. | StreamKeyValUtil.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,296
|
StreamKeyValUtil.java
|
split a UTF-8 byte array into key and value
* assuming that the delimilator is at splitpos.
| 0
|
split a UTF-8 byte array into key and value
* assuming that the delimilator is at splitpos. | StreamKeyValUtil.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,297
|
StreamKeyValUtil.java
|
* Read a utf8 encoded line from a data input stream.
| 0
|
* Read a utf8 encoded line from a data input stream. | StreamKeyValUtil.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,298
|
StreamKeyValUtil.java
|
* @param lineReader LineReader to read the line from.
| 0
|
* @param lineReader LineReader to read the line from. | StreamKeyValUtil.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,299
|
StreamKeyValUtil.java
|
* @param out Text to read into
| 0
|
* @param out Text to read into | StreamKeyValUtil.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,300
|
StreamKeyValUtil.java
|
* @return number of bytes read
| 0
|
* @return number of bytes read | StreamKeyValUtil.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,301
|
StreamKeyValUtil.java
|
* @param splitPos the split pos
| 0
|
* @param splitPos the split pos | StreamKeyValUtil.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,302
|
StreamKeyValUtil.java
|
* @param val contains value upon the method is returned
| 0
|
* @param val contains value upon the method is returned | StreamKeyValUtil.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,303
|
StreamKeyValUtil.java
|
* @param key contains key upon the method is returned
| 0
|
* @param key contains key upon the method is returned | StreamKeyValUtil.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,304
|
StreamKeyValUtil.java
|
* @param utf utf-8 encoded string
| 0
|
* @param utf utf-8 encoded string | StreamKeyValUtil.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,305
|
StreamKeyValUtil.java
|
* @param separatorLength the length of the separator between key and value
| 0
|
* @param separatorLength the length of the separator between key and value | StreamKeyValUtil.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,306
|
StreamKeyValUtil.java
|
* @param splitPos the split pos
| 0
|
* @param splitPos the split pos | StreamKeyValUtil.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,307
|
StreamKeyValUtil.java
|
* @param val contains value upon the method is returned
| 0
|
* @param val contains value upon the method is returned | StreamKeyValUtil.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,308
|
StreamKeyValUtil.java
|
* @param key contains key upon the method is returned
| 0
|
* @param key contains key upon the method is returned | StreamKeyValUtil.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,309
|
StreamKeyValUtil.java
|
* @param utf utf-8 encoded string
| 0
|
* @param utf utf-8 encoded string | StreamKeyValUtil.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,310
|
StreamKeyValUtil.java
|
* @param splitPos the split pos
| 0
|
* @param splitPos the split pos | StreamKeyValUtil.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,311
|
StreamKeyValUtil.java
|
* @param val contains value upon the method is returned
| 0
|
* @param val contains value upon the method is returned | StreamKeyValUtil.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,312
|
StreamKeyValUtil.java
|
* @param key contains key upon the method is returned
| 0
|
* @param key contains key upon the method is returned | StreamKeyValUtil.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.