query stringlengths 8 1.54M | document stringlengths 9 312k | negatives listlengths 19 20 | metadata dict |
|---|---|---|---|
Creates a new instance of ValidateAgreement. | public ValidateAgreement(AgentID agent, AgentID destination, Bid bid) {
super(agent, destination, bid);
} | [
"AgreementTerm createAgreementTerm();",
"AgreementAttribute createAgreementAttribute();",
"IntegrationAccountAgreement create(Context context);",
"AgreementContent createAgreementContent();",
"AgreementProductAppl createAgreementProductAppl();",
"AgreementItemType createAgreementItemType();",
"Agreement... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Method handles the exception for all the log level | public void exception(Throwable t, LogLevel logLevel)
{
try
{
switch (logLevel)
{
case ERROR:
logger.error(t.getLocalizedMessage(), t);
break;
case DEBUG:
logger.debug(t.getLocalizedMe... | [
"@Override\n public void handleException(final Throwable exception) {\n ErlLogger.error(exception);\n }",
"public void logReceivedException (Logger log, IOException error);",
"protected void log(Exception ex) {\n/* 585 */ this.exceptionLogger.log(... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "rule__ColumnLocator__Group__3__Impl" $ANTLR start "rule__ColumnLocator__Group__4" InternalFormat.g:8374:1: rule__ColumnLocator__Group__4 : rule__ColumnLocator__Group__4__Impl ; | public final void rule__ColumnLocator__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalFormat.g:8378:1: ( rule__ColumnLocator__Group__4__Impl )
// InternalFormat.g:8379:2: rule__ColumnLocator__Group__4__Impl
... | [
"public final void rule__Metadata__Group__4__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalOcelet.g:4365:1: ( ( ( rule__Metadata__Group_4__0 )? ) )\n // InternalOcelet.g:4366:1: ( ( rule__Metadata__Group_4__0 )? )\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | @Override
public double square() {
return side1*side2;
} | [
"@Override\n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\n public void extornar() {\n \n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"@Override\n\t\tpublic void kayit1() {\n\t\t\t\n\t\t}",
"@Override\r\n\tpublic void wydaj() {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets the "value" attribute | void setValue(gov.nih.nlm.ncbi.www.SeqFeatDocument.SeqFeat.Pseudo.Value.Enum value); | [
"public void setValue( Object value )\n \t{\n \t\tthis.value = value;\n \t}",
"public void setValue(Object value)\r\n\t{\r\n\t\tthis.value = value;\r\n\t}",
"public void setValue(Object value)\n\t{\n\t\tthis.value = value;\n\t}",
"public void value(String value) {\n this.value = value;\n }",
"publ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
required .hadoop.yarn.ApplicationTimeoutTypeProto application_timeout_type = 1; | org.apache.hadoop.yarn.proto.YarnProtos.ApplicationTimeoutTypeProto getApplicationTimeoutType(); | [
"com.ubbcluj.amcds.myDalgs.communication.Protocol.EldTimeoutOrBuilder getEldTimeoutOrBuilder();",
"public abstract Duration getRpcTimeout();",
"public abstract Duration getMaxRpcTimeout();",
"public interface TTConfig extends MRConfig {\n // Task-tracker configuration properties\n public static final St... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Obtiene el valor de la propiedad fechaoprcn. | public int getFECHAOPRCN() {
return fechaoprcn;
} | [
"public String getCPRR_CODIGO(){\n\t\treturn this.myCprr_codigo;\n\t}",
"public java.lang.String getFechaNacimiento()\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.SimpleValue target = null;\n target = (org.ap... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns a short description of the servlet. | @Override
public String getServletInfo() {
return "Short description";
} | [
"public String getServletInfo()\n {\n return \"Short description\";\n }",
"public String getServletInfo() {\r\n\t\treturn \"Short description\";\r\n\t}",
"public String getServletInfo()\r\n {\r\n\treturn \"Short description\";\r\n }",
"@Override\n public String getServletInfo() {\n re... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ The task of this method is mapped the string to its appropriate function. Parameter:a query string from reading file Return: none Logic :1.Split received string by space 2.If query is stimmap, call compare() function If query is log, keep log in storage and display in text area 3.Otherwise, record and display error m... | private static void hwpProcess(String aLine) throws InterruptedException
{
String[] words = aLine.split(" ");
// stimmap command
if( words[0].equals("stimmap") && words.length >= 3 && words[1].contains("_") && words[2].contains("|") )
{
String[] bits = words[1].split("_"); // String represent b... | [
"private String parseInput(String[] splitString) {\n String resultString;\n if(splitString.length > 3){\n System.out.print(\"|\\nCannot have more than 3 arguments\\n|\\n\");\n resultString = null;\n }\n else if(splitString.length == 3 && splitString[2].toLowerCase()... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
when(summonerRapidAccessObject.getChamp()).thenReturn(1); presenter.setView(mock(TabContract.View.class)); presenter.start(); verify(matchHistoryInteractor,times(1)) .loadMatches( "oce", summonerRapidAccessObject.getSummonerId(), summonerRapidAccessObject.getRole(), 0, presenter); | @Test
public void makeSureThatWeFetchTheCorrectMethodIfWeDoNotHaveAChampSet() {
} | [
"@Test\n public void test_spectator_legal_victor() {\n Player player = playerLobby.newPlayerInstance(\"Test\");\n when(session.attribute(GetHomeRoute.CURRENT_USER_KEY)).thenReturn(player);\n\n Player player1 = playerLobby.newPlayerInstance(\"Test1\");\n Player player2 = playerLobby.newPlayerInstance(\"... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | public Score getScore() {
return this.currentScore;
} | [
"@Override\n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\n public void extornar() {\n \n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"@Override\n\t\tpublic void kayit1() {\n\t\t\t\n\t\t}",
"@Override\r\n\tpublic void wydaj() {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Signals that the usability of a field within a device has changed. | void usabilityChanged(Adapter source, FieldUsabilityChangedEvent event); | [
"void setCanBeChanged(boolean canBeChanged);",
"public void fieldChanged(Field arg0, int arg1) {\n\t\t\n\t}",
"@Override\r\n\tpublic void onUpdateIO(int device, int type, int code, int value,\r\n\t\t\tint timestamp) {\n\t\t\r\n\t}",
"protected void fireChanged()\n {\n }",
"public void validityChanged(... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns the Seller associated with the customer the product | public String getSeller()
{
return seller;
} | [
"public Seller getSellerByID(String sellerId);",
"public Object getSeller() {\n\t\treturn this.seller;\n\t}",
"public Account getSeller() {\n return theSeller;\n }",
"public Seller getSellerByName(String name) {\n\t\treturn sellerRepository.findByName(name);\n\t}",
"public org.hyperledger.fabric.e... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | @Override
public EmsScriptNode createValue( Object context ) {
return null;
} | [
"@Override\n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\n public void extornar() {\n \n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"@Override\n\t\tpublic void kayit1() {\n\t\t\t\n\t\t}",
"@Override\r\n\tpublic void wydaj() {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | @Override
public void windowActivated(WindowEvent e) {
} | [
"@Override\n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\n public void extornar() {\n \n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"@Override\n\t\tpublic void kayit1() {\n\t\t\t\n\t\t}",
"@Override\r\n\tpublic void wydaj() {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | public static void main(String[] args) {
try {
ManagerComenzi manager=new ManagerComenzi();
ContBancar cont=new ContBancar("RO34545334",0);
manager.invoca(new ComandaConstituire(cont,1000));
manager.invoca(new ComandaDepunere(cont,500));
manager.executaComanda();
manager.invoca(new Comand... | [
"@Override\n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\n public void extornar() {\n \n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"@Override\n\t\tpublic void kayit1() {\n\t\t\t\n\t\t}",
"@Override\r\n\tpublic void wydaj() {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Set the fully qualified name of the object identity class (primary key class) declared for this JDOClass. | public void setDeclaredObjectIdClassName(String declaredObjectIdClassName)
throws ModelException; | [
"public void setPkClassName(String pkClassName) { this.pkClassName = pkClassName; }",
"@Override\n public void setClassId(int classId) {\n _entityVersionAuto.setClassId(classId);\n }",
"public void setName(int name) {\n\t\tthis.classId = name;\n\t}",
"public void setClassId(Integer classId);",
... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor. | @SuppressWarnings("unchecked")
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
private void initComponents() {
refreshBtn = new org.jdesktop.swingx.JXButton();
contractAddressLbl = new org.jdesktop.swingx.JXLabel();
contractAddressFld = new org.... | [
"public StForm() {\n initComponents();\n }",
"public CineForm() {\n initComponents();\n }",
"public javaform() {\n initComponents();\n }",
"public EditDemographicForm() {\n initComponents();\n }",
"public FightForm() {\n initComponents();\n }",
"public For... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sends an "access allowed" event to all the "access allowed" listeners. | public synchronized
void sendAccessAllowedEvent(AccessAllowedEvent pEvent) {
if (mAccessAllowedListeners != null) {
int size = mAccessAllowedListeners.size();
for (int i = 0; i < size; i++)
((AccessAllowedListener) mAccessAllowedListeners.elementAt(i)).
accessAllowed(pEvent);
}
} | [
"public void testAccess_granted() {\n\t\tsm.access_granted(recievers,hash,\"id\");\n\t\tqueuedMessageTest(\"ACCESS_GRANTED\",hash+\"\\r\\nid\\r\\n0\\r\\nACCESS_GRANTED\\r\\n\");\n\t}",
"public interface PermissionListener {\n void onPermissionGranted(ArrayList<String> grantedPermissions);\n void onPermissio... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "rule__TRelationshipTemplate__Group_3__0__Impl" $ANTLR start "rule__TRelationshipTemplate__Group_3__1" ../eu.artist.tosca.dsl.ui/srcgen/eu/artist/tosca/dsl/ui/contentassist/antlr/internal/InternalToscaDSL.g:39511:1: rule__TRelationshipTemplate__Group_3__1 : rule__TRelationshipTemplate__Group_3__1__Impl rule_... | public final void rule__TRelationshipTemplate__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../eu.artist.tosca.dsl.ui/src-gen/eu/artist/tosca/dsl/ui/contentassist/antlr/internal/InternalToscaDSL.g:39515:1: ( rule__TRelationshipTemplate_... | [
"public final void rule__TRelationshipTemplate__Group_7__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.example.json.ui/src-gen/org/xtext/example/mydsl/ui/contentassist/antlr/internal/InternalMyjson.g:18681:1: ( rule__TRela... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Get the RightHandSide value. | public Operand getRightHandSide() {
return rightHandSide;
} | [
"public double getRightValue() {\n return rightValue_;\n }",
"public double getRightValue() {\n return rightValue_;\n }",
"public double getRightHandValue(){\n\t\treturn rhv;\n\t}",
"public Rope getRight() {\r\n\t\treturn this.right;\r\n\t}",
"Property getRight();",
"public int getRigh... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
add custom validation form module attributes here. | @Override
public void customValidation() {
} | [
"@Override\n protected void doAdditionalValidation(final ValidationContext context) {\n }",
"public void registerValidation() {\r\n\t\tsaveButton.setEnabled(false);\r\n\t\tLabel validationStatus = new Label();\r\n\t\tbinder.setStatusLabel(validationStatus);\r\n\t\tbinder.setBean(user);\r\n\t\tbinder.addStat... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
id: this.deviceEntity.id, name: this.deviceEntity.name, clientIP: this.deviceEntity.ip, cpu: this.deviceEntity.cpu, os: this.deviceEntity.os, freemem: this.deviceEntity.freemem, totalmem: this.deviceEntity.totalmem, batteryLevel: this.deviceEntity.batteryLevel, manufacturer: this.deviceEntity.manufacturer, modelId: thi... | private String serializeDevice(Device device) {
String builder = "{" + "\"id\":\"" + device.getVisitorId() + "\","
+ "\"clientIP\":\"" + device.getClientIPAddress() + "\""
+ "}";
return builder;
} | [
"private static String getDeviceData() {\n Json j = new Json(\"{}\"); // the overall result\n j.put(\"board\", Build.BOARD);\n j.put(\"brand\", Build.BRAND);\n j.put(\"device\", Build.DEVICE);\n j.put(\"display\", Build.DISPLAY);\n j.put(\"fingerprint\", Build.FINGERPRINT);... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Install the adapter on the core resource with the given location resource or null if there is none. If initialized with "null", it should later be initialized with a nonnull resource (same call). | public static LocationBindingAdapter update(Resource coreResource, Resource locationResource) {
synchronized (lock) {
if (coreResource != null) {
LocationBindingAdapter adapter = (LocationBindingAdapter) EcoreUtil.getAdapter(
coreResource.eAdapters(), ADAPTER_TYPE);
if (adapter == null) {
... | [
"public Bundle installBundle(final String location)\r\n \t\t\t\tthrows BundleException {\r\n \t\t\tif (location == null) {\r\n \t\t\t\tthrow new IllegalArgumentException(\"Location must not be null\");\r\n \t\t\t}\r\n \t\t\tcheckValid();\r\n \t\t\tif (Framework.SECURITY_ENABLED) {\r\n \t\t\t\tFramework.checkAdminPe... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Method updates account update end marker | @Override
public void updateAccountDataEnd(int requestId, DdeRequestType ddeRequestType) {
m_accountSubscriptionStatus = DdeRequestStatus.RECEIVED;
notifyDde(ddeRequestType.topic(), m_accountRequestStr);
} | [
"private void updateEnd() {\n\n\t}",
"@Override\n\tpublic void update(Account email) {\n\t\t\n\t}",
"default void onExtendedAccountInfoUpdated(AccountInfo accountInfo) {}",
"private boolean updateAccountLocation() {\n\t\treturn false;\r\n\t}",
"public void monthEndUpdate() {\n\n this.setBalance(this.... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Print a Document object to System.out. | public static void printDocument(Document doc) throws TransformerConfigurationException, TransformerException {
TransformerFactory.newInstance().newTransformer().transform(new DOMSource(doc), new StreamResult(System.out));
} | [
"public void print()\n {\n try\n { \n writeProgressNoteToDocX(false, \"\");\n \n Desktop.getDesktop().print(new File(installationPath + \"/userdata/\" + firstName + lastName + dob + \"/\" + currentPN + \".docx\"));\n }\n catch(IOException e)\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method was generated by MyBatis Generator. This method returns the value of the database column ml_borrower.mate_mobile_phone1 | public String getMateMobilePhone1() {
return mateMobilePhone1;
} | [
"public String getMobile() {\n\t\treturn phoneNumber.getMobile();\n\t}",
"public String getMobilePhone()\n\t{\n\t\treturn mobilePhone;\n\t}",
"public String getMobileNumber() {\n return this.mobileNumber;\n }",
"public String getMobilePhone1Name() {\r\n return mobilePhone1Name;\r\n }",
"... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Constructor for public class Container. | public Container(int x, int y, int width, int height) {
this.x1 = x;
this.y1 = y;
//Convert height and width to co-ordinates of bottom right corner
this.x2 = this.x1 + width - 1;
this.y2 = this.y1 + height - 1;
} | [
"public Container()\r\n \t{\r\n \t}",
"public IntContainer(){\n }",
"public NodeContainer() {\n }",
"public ContainerXuggle(IContainer container) { this.container = container; }",
"public AbstractContainerEffect() {\r\n }",
"public Container() {\n/* 3652 */ this.containerSerializedDataVersi... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Generates the documentation from the intermediate XML using FOPFactory. | @Override
public void createDocumentation(Document intermediateXml) throws DocumentationGenerationException {
try{
TransformerFactory tFactory = TransformerFactory.newInstance();
Transformer t = tFactory.newTransformer();
t.setOutputProperty(OutputKeys.INDENT, "yes");
t.setOutputProperty("{http://xml.apa... | [
"static void generateOp4jDocumentation() {\r\n \r\n // FnArray\r\n generateAllFnsDoc(new File(OUTPUT_XDOC_FILE_PREFIX, \"fnarray.all.xml\"),\r\n Arrays.asList(new String[] {\r\n OP4J_INPUT_FILE_PREFIX + \"FnArrayOf.java\"}));\r\n generateAllFnsDoc(ne... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Return the Field for the specified name. Java reflection will either give you all the public fields all the way up the class hierarchy (getField()), or will give you all the private/protected/public only in the single class (getDeclaredField()). This method uses the latter but walks up the class hierarchy. | public static Field findNamedField(Object o, String field_name) {
Class clz = o.getClass();
Field f = null;
do {
try {
f = clz.getDeclaredField(field_name);
f.setAccessible(true);
return f;
} catch (NoSuchFieldException e) {
// fall through and try our parent
}
clz = clz.getSuperclass... | [
"public JavaField getField(String name) {\n\t\t//if we haven't set our field scope yet, just use our parent's so he can still access stuff\n\t\tif (this.fieldScope == null)\n\t\t\treturn this.getScope().getField(name);\n\t\t\n\t\treturn this.fieldScope.getField(name);\n\t}",
"public Field getField(String name) {\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Angle estimation assuming that the boat's lateral speed is greater than the transition speed. This needs to solve a transcendental equation numerically and we use the previous estimate as starting point of our numerical iteration. | private void assertAngleAssumingHighVLatEquals(double expectedAngle, double accuracy) {
final double phiHighVLat = estimateAngleAssumingHighVLat(PHI_0);
final double diff = Math.abs(phiHighVLat - expectedAngle);
final String failureMessage = "Expected angle is " + expectedAngle + " radians but ... | [
"private void calculateTrajectoryAngle() {\n x = U.roundFloatingPointError(Math.cos(this.angle), FP_PRECISION); // Recalculate x\n y = U.roundFloatingPointError(Math.sin(this.angle), FP_PRECISION); // Recalculate y\n trajectory = Math.sqrt((x * x) + (y * y)); // Recalculate Trajectory\n }",
... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
orders the rows based on the query and returns a ResultSet | private ResultSet orderBy(SimpleColumnDescription[] selectDescriptions, List<ArrayList<Object>> allSelectRows, Map<String, Integer> selectPositionMap, SelectQuery selectQuery) {
//Now order the rows based on the orderBy statement.
OrderBy[] orderBys = selectQuery.getOrderBys();
if (orderBys.leng... | [
"private void orderResults(ResultSet cqlRows)\n {\n if (cqlRows.size() == 0 || !needsPostQueryOrdering())\n return;\n\n Collections.sort(cqlRows.rows, orderingComparator);\n }",
"public void execute03(){\n\n records.stream().sorted(recordComparator)...\n\n\n System.out... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ all these functions exist to be overridden by the test class in order to allow launch testing | protected void oprofileShutdown() throws OpcontrolException {
OprofileCorePlugin.getDefault().getOpcontrolProvider().shutdownDaemon();
} | [
"private void testingPurposes() {\n\t}",
"@Override\r\n\tpublic void testInit() {\n\r\n\t}",
"private void testing() {\n\t}",
"public void testManualTest()\n {\n\n }",
"@Override\n\t\tpublic void testMe() {\n\t\t\t\n\t\t}",
"default void setUp(){}",
"private TestingTools() {\n\t\n\t}",
"@Override\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Optimize the simplex using the initial starting points and update the best fit | private void optimize(MultivariateOptimizer optimizer, double[] start)
{
NelderMeadSimplex simplex = new NelderMeadSimplex(4);
PointValuePair optimum = optimizer.optimize(
new MaxEval(MAX_EVALUATIONS),
new ObjectiveFunction(this),
simplex,
... | [
"private Individual optimizeLinear(SchedulingPeriod period) {\n\n Individual oldSolution = Individual.copy(initIndividual);\n Individual bestSolution = oldSolution;\n\n for (int i = 0; i < maxIterations; i++) {\n double score = oldSolution.getFitness();\n Individual newSol... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns the text matched by the current regular expression. | public final String yytext() {
return new String(zzBuffer, zzStartRead, zzMarkedPos - zzStartRead);
} | [
"public String getRegExMatchString()\n {\n if (regexMatchString == null)\n {\n initRegExMatchString();\n }\n return regexMatchString;\n }",
"public String getRegularExpression() {\n return this.pattern.pattern();\n }",
"String getEntireText();",
"String g... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets the value of the childrenCateredForFlag property. | public void setChildrenCateredForFlag(int value) {
this.childrenCateredForFlag = value;
} | [
"@JsonSetter(\"childrenAllowed\")\r\n public void setChildrenAllowed (boolean value) { \r\n this.childrenAllowed = value;\r\n }",
"public void setChildrenOnly(boolean childrenOnly)\r\n {\r\n this.childrenOnly = childrenOnly;\r\n }",
"public void setChildrenFeaturesVisited() {\n\t\tthis.chi... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Gets the item at the given index, where 0 is the front. If no such item exists, returns null. Must not alter the deque! | public T get(int index) {
if (index >= size) {
return null;
}
Node temp = sentinel;
for (int i = 0; i <= index; i++) {
temp = temp.next;
}
return temp.item;
} | [
"public T get(int index) {\n if (index >= size) {\n return null;\n }\n\n int startFlag = (head + 1) % queue.length;\n int i = (startFlag + index) % queue.length;\n return queue[i];\n }",
"public T get(int index){\n if (size == 0 || index < 0 || index > size ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Checks if provided instance has contents similar to this instance up to provided threshold value. | public boolean equals(final GNSSMeasurement other, final double threshold) {
if (other == null) {
return false;
}
return Math.abs(mPseudoRange - other.mPseudoRange) <= threshold
&& Math.abs(mPseudoRate - other.mPseudoRate) <= threshold
&& Math.abs(mX ... | [
"boolean isThresholdReached(double thresholdValue);",
"boolean hasThresholdOver();",
"@Override\n public boolean isLargeObject(int threshold) {\n return false;\n }",
"boolean hasAcceptThreshold();",
"public void setDistanceThreshold(double threshold) { this.distanceThreshold = threshold; }",
... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
subclasses may override subclasses may override subclasses may override subclasses may override | public void completeURL_Domaine(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
// subclasses may override
// subclasses may override
// subclasses may override
} | [
"@Override\n public void extornar() {\n \n }",
"@Override\n }",
"@Override\n protected void checkSubclass() {\n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"@Override\n\t\tpublic void classement() {\n\t\t\t\n\t\t}",
"@Override\n\tvoid atacar() {\n\n\t}",
"@Overr... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
procedure internal calling methods start | public void remittancelistByBankIdForCash(){
// spl pool based on routing country , routing bank
List<PopulateData> lstRemitView;
try {
lstRemitView = iPersonalRemittanceService.getRemittanceListByCountryBankForCashProduct(session.getCountryId(),getBankId(),getBeneficiaryBranchId(),
getCountryId(),getC... | [
"private void call() {\n\n\t}",
"@Override\n\t\t\t\t\t\t\t\tpublic void start() {\n\n\t\t\t\t\t\t\t\t}",
"private void start()\n\t{\n\t\t\n\t}",
"@Override\n\t\t\t\t\tpublic void start() {\n\t\t\t\t\t\t\n\t\t\t\t\t}",
"public void start(){\n\t\t\n\t}",
"void startProc();",
"private Start() {\r\n \r\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Set the value related to the column: REAL_DAMOUNT | public void setRealDamount (java.math.BigDecimal realDamount) {
this.realDamount = realDamount;
} | [
"@Override\n public final void setValue(double d) {\n set(d);\n }",
"public void setReal(double a){\n A = a;\n }",
"public void setReal (double real) {\n\t\tthis.real = real;\n\t}",
"@Override\n public void setValue(Attribute att, double value) {\n\n }",
"public void setDouble(i... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
If the server is in online mode | boolean isOnlineMode(); | [
"public boolean isOnline() {\n \treturn megaApi.isOnline();\n }",
"private boolean isOnline() {\n ConnectivityManager cm =(ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);\n NetworkInfo netInfo = cm.getActiveNetworkInfo();\n return netInfo != null && netInfo.isConnec... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets the start padding for this chip's icon using a resource id. | public void setIconStartPaddingResource(@DimenRes int id) {
setIconStartPadding(context.getResources().getDimension(id));
} | [
"void setDefaultPadding(String padding);",
"public void setPadding( Integer padding )\n {\n this.padding = padding;\n }",
"public void setPadding(final int padding) {\n\t\tmPadding = padding;\n\t}",
"public void setPadding(String value) {\r\n JsoHelper.setAttribute(this.getJsObj(), \"paddi... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Create an internal node. | public ImmutableElement createNode(
@Nonnull final String name,
@Nonnull final ImmutableList<ImmutableElement> children)
{
return new InternalElement(name, children, this.selector);
} | [
"protected InternalNode newInternalNode()\n\t{\n\t\treturn new LocalInternalNode();\n\t}",
"private Dnode createNewNode() {\r\n try {\r\n return (Dnode) nodeClass.newInstance();\r\n } catch (Exception ex) {\r\n throw new RuntimeException(ex);\r\n }\r\n }",
"Node mak... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
m n = m + ..... + m producto (m,n) = m n | public static int producto (int m, int n)
{
int resultado = 0;
for (int i = 1; i <= n; i++)
resultado = resultado + m;
return resultado;
} | [
"public static int mul(int m, int n) {\n int x = m;\n int y = n;\n int z = 0;\n\n while (y > 0) {\n // INVARIANTE -> xy + z = mn\n if (y % 2 > 0) {\n z = z + x;\n }\n\n x = 2 * x;\n y = y / 2;\n\n }\n\n r... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Write your code here. | public static List<Integer> moveElementToEnd(List<Integer> array, int toMove) {
for(int index = 0; index < array.size(); index++) {
if(array.get(index) == toMove) {
if(index + 1 < array.size()) {
int j = index + 1;
while(j < array.size() -1 && array.get(j) == toMove) {
j++;
}
... | [
"void stuffForYouToDo() {\n\t\t// Write your code here...\n\t\t\n\t\t\n\t\t\n\t}",
"private static void EX5() {\n\t\t\r\n\t}",
"@Override\n }",
"Eisdiele() {\r\n\r\n\t}",
"@Override\n public void extornar() {\n \n }",
"protected void logic()\n {\n }",
"@Override\r\n\tpublic... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Open an InputStream for an Android resource. | @CalledByNative
public static InputStream open(GURL url) {
Uri uri = verifyUrl(url);
if (uri == null) {
return null;
}
InputStream stream = openByScheme(uri);
if (stream != null && uri.getLastPathSegment().endsWith(".svgz")) {
try {
str... | [
"@Nonnull\n InputStream open() throws IOException;",
"public InputStream openInputStream(Long resourceId) throws DAOException;",
"InputStream loadResource(String resourcePath);",
"public InputStream getResource ( String resourceName );",
"InputStream getResourceAsStream(final String name);",
"InputStre... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Initialises the map, setting the width and height to the appropriate values, and setting up the tiles with the default terrain. | public Map(int width, int height) {
this.width = width;
this.height = height;
mod = ModHandler.getMod();
tile = new Tile[width][height];
for (int x = 0; x < width; x++) {
for (int y = 0; y < height; y++) {
tile[x][y] = new Tile();
}
}
} | [
"private void initMap() {\n // Split into tiles\n final TextureRegion[][] splitTiles = TextureRegion.split(tilesTexture, tileWidth, tileHeight);\n final int numRows = splitTiles.length;\n if (numRows != tileRowTerrains.size()) {\n throw new IllegalArgumentException(\"Tileset r... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Getter method for the COM property "SlideWidth" | @DISPID(2005) //= 0x7d5. The runtime will prefer the VTID if present
@VTID(13)
float slideWidth(); | [
"@ApiModelProperty(value = \"Gets or sets image width. Setting this property allos to scal image horizontally.\")\n public Double getWidth() {\n return width;\n }",
"public bean.Width getWidth(\n ) {\n return this._width;\n }",
"public double get_Width() {\n\t\treturn width;\r\n\t}",
"public... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
sum of Manhattan distances between tiles and goal | public int manhattan(){
if (ManhattanDistance == -1) { // Avoid re-calculating. Updating in swap steps.
ManhattanDistance = 0;
for (int i = 0; i < N; i++) {
for (int j = 0; j < N; j++) {
if (tiles[i][j] != 0) {
ManhattanDistanc... | [
"public int manhattan() {\n int goal = 1;\n int sum = 0;\n for (int i = 0; i < N*N-1; i++) {\n if (tiles[i] != goal)\n sum += getMDist(i, goal);\n goal++;\n }\n return sum;\n }",
"public int manhattan() {\n int count = 0;\n f... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Adds an animated consumable item to the item list | private void addAnimatedConsumable(HashMap<String, PreviewItem> items, JSONObject obj, String name, int price, String description, String image, ConsumableItem.Category consumeCategory, int consumeAmount) throws JSONException {
String animation = obj.getString("animation");
String firstAnimation = obj... | [
"synchronized public void addAnimatedItem(Animateable item) {\n\t\tif (item != null && !(animatedItems.contains(item)))\n\t\t\tanimatedItems.add(item);\n\t}",
"@Override\n public void addItem(Item item) {\n super.addItem(item);\n }",
"public void addItemEffect(Item item, int effectSize){\n\t\tcurre... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
BCryptPasswordEncoder passwordEncoder = new BCryptPasswordEncoder(); auth.userDetailsService(appAserDetailsService).passwordEncoder(passwordEncoder); | @Autowired
public void configureGlobal(AuthenticationManagerBuilder auth) throws Exception {
UserDetails user = User.withUsername("gshop")
.password("{bcrypt}$2a$10$.fB9kobYP7CM2Qriy3EqwO0R0tl7PUQbbGv4AT4Ntl73nQLvfX6ZG")
.roles("USER")
.build();
auth.i... | [
"@Override\n public void configure(AuthenticationManagerBuilder auth) throws Exception {\n auth.userDetailsService(theUserService).passwordEncoder(passwordEncoder);\n }",
"@Override\n public void configure(AuthenticationManagerBuilder auth) throws Exception {\n\t auth.userDetailsSer... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Reads up to len bytes from the input stream processed bytes. The returned value is the bytes number actually read in the buffer or 1 if the endofstream was reached. If len is zero it returns 0. | @Override
public int read(byte[] out, int outOff, int len) throws IOException {
int processedBytes = 0;
// There are no bytes to read
if (EOF && offs == buffLen)
return -1;
// If the buffer is empty read a new buffer
if (offs == buffLen && !EOF) {
readBlock();
}
int leftOver = buffLen -... | [
"public static int readFully(InputStream in, byte[] b, int off, int len)\n throws IOException {\n int total = 0;\n for (; ;) {\n int got = in.read(b, off + total, len - total);\n if (got < 0) {\n return (total == 0) ? -1 : total;\n } else {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This function will iterate to the elements of TreeSet. | public Iterator iterator(){
a = new int[size];
iteratorIndex = 0;
Iterator iterator = this;
if(size != 0){
a = traverseTree(root);
}
return iterator;
} | [
"@Override\r\n public Iterator iterator()\r\n {\r\n ArrayList tempArr = new ArrayList();\r\n fillTraverseArraylist(tree);\r\n for(int i = 0; i < traverseArrayList.size(); ++i)\r\n {\r\n int j = 0;\r\n treeNode temp = traverseArrayList.get(i);\r\n wh... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
find the pair with key and return a MapIterator | public MapIterator find(MyChar key){
Map iter = this.next;
while(iter.next != null){
if(iter.next.content != null && iter.next.content.equal(key) == true){
return new MapIterator(iter);
}
iter = iter.next;
}
return new... | [
"ListIterator<Map.Entry<K, E>> keyedEntryIterator();",
"public Iterator<String> iterator() {\n return map.keySet().iterator();\n }",
"public Iterator getMatchingEntries(Map searchCriteria);",
"@Override\n\t\tpublic Iterator<PointerKey> iterator() {\n\t\t\treturn indexMap.keySet().iterator();\n\t\t}",
"p... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Computes the mOPEPath for reaching this node, based on the previous computed path of the parent. | public mOPEPath updateOPEPath(mOPEPath parentPath) {
mOPEPath res = parentPath.clone();
res.nbits += NUM_BITS;
res.opepath = (res.opepath.shiftLeft(NUM_BITS))
.add(BigInteger.valueOf(this.parent.getChildIndex(this)));
return res;
} | [
"public EvPath getParent()\n\t\t{\n\t\tLinkedList<String> list=new LinkedList<String>();\n\t\tfor(String s:path)\n\t\t\tlist.add(s);\n\t\tif(!list.isEmpty())\n\t\t\tlist.removeLast();\n\t\telse\n\t\t\tSystem.out.println(\"Unhandled case of getparent\");\n\t\treturn new EvPath(list.toArray(new String[]{}));\n\t\t}",... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | @Override
public void onClick(DialogInterface paramDialogInterface, int paramInt) {
Intent myIntent = new Intent( Settings.ACTION_LOCATION_SOURCE_SETTINGS);
startActivity(myIntent);
//get gps
} | [
"@Override\n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\n public void extornar() {\n \n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"@Override\n\t\tpublic void kayit1() {\n\t\t\t\n\t\t}",
"@Override\r\n\tpublic void wydaj() {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Unsets the "accountNumber" element | public void unsetAccountNumber()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(ACCOUNTNUMBER$0, 0);
}
} | [
"public com.demo.cloudevents.avro.Account.Builder clearAccountNumber() {\n accountNumber = null;\n fieldSetFlags()[0] = false;\n return this;\n }",
"public Builder clearAccountNumber() {\n \n accountNumber_ = getDefaultInstance().getAccountNumber();\n onChanged();\n r... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns a list of paths matching the given pattern. The pattern is modelled on Ant's file patterns, and a complex example can be seen if you view the source for this interface. The example could not be included in Javadoc comments, as it contains characters that cannot be escaped. Example of Usage Cannot be put in a mu... | List<String> grep(FileHandle root, String path, String pattern); | [
"public static List<Path> searchFiles(String path, String pattern) throws IOException {\n\n return Files.walk(Paths.get(path))\n .filter(p -> p.toString().matches(pattern))\n .collect(Collectors.toList());\n\n }",
"public long[] getPathPatterns() {\n\t\treturn this.includeP... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Creates an instance of SyncGroupSchema class. | public SyncGroupSchema() {
} | [
"private Builder() {\n super(argo.avro.GroupGroup.SCHEMA$);\n }",
"public DefaultSchema() {\r\n\r\n }",
"public final void rule__Schema__Group__0__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalHdbDD.g:611:1: ( ( '... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
$ANTLR end "rule__NameDeclaration__Group__3__Impl" $ANTLR start "rule__NameDeclaration__Group__4" ../info.kwarc.mmt.lf.ui/srcgen/info/kwarc/mmt/ui/contentassist/antlr/internal/InternalLF.g:5405:1: rule__NameDeclaration__Group__4 : rule__NameDeclaration__Group__4__Impl rule__NameDeclaration__Group__5 ; | public final void rule__NameDeclaration__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../info.kwarc.mmt.lf.ui/src-gen/info/kwarc/mmt/ui/contentassist/antlr/internal/InternalLF.g:5409:1: ( rule__NameDeclaration__Group__4__Impl rule__NameDe... | [
"public final void rule__NameExpCS__Group__3() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../../examples/org.eclipse.qvto.examples.xtext.imperativeocl.ui/src-gen/org/eclipse/qvto/examples/xtext/imperativeocl/ui/contentassist/antlr/inter... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
There are two queues here. The recorder has inflight data about operations not yet complete. The reporter (usually) has a queue of spans for operations completed, not yet sent to Zipkin. The close process tries to avoid dropping data on the floor by first flushing any inflight operations in the recorder (ideally none),... | @Override public Future<BoxedUnit> close(Time deadline) {
Future<BoxedUnit> result = underlying.recorder.close(deadline);
if (!(reporter instanceof Closeable)) return result;
return result.onSuccess(new AbstractFunction1<BoxedUnit, BoxedUnit>() {
@Override public BoxedUnit apply(BoxedUnit v1) {
... | [
"public void close() {\n flush((int)((maxWindowId+1) % MAX_RETENTION_WINDOWS)); // this is async call\n //send a shutdown token to flusher\n flusher.send(new ConcurrentHashMap<ByteArray,DataElement>()); // empty map signaling shutdown\n flusher.close();\n }",
"void requestClose() ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO: Warning this method won't work in the case the id fields are not set | @Override
public boolean equals(Object object) {
if (!(object instanceof WeatherActual)) {
return false;
}
WeatherActual other = (WeatherActual) object;
if ((this.cityId == null && other.cityId != null) || (this.cityId != null && !this.cityId.equals(other.cityId))) {... | [
"public int getId () { return id; }",
"public int getId(){ return this.id;}",
"public int id() {return this.id;}",
"@Override\n public int getId() { return id; }",
"public void setId(long id){ \r\n this.id = id; \r\n }",
"public void setId( int id ) { this.id = id; }",
"@Override\n pub... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Test the property 'sentAt' | @Test
public void sentAtTest() {
// TODO: test sentAt
} | [
"public String getSentAt(){\n return sentAt;\n }",
"@Test\n\tpublic void testGetSentDate() throws Exception {\n\t\t\n\t\tDate now = new Date();\n\t\temail.setSentDate(now);\n\t\t\n\t\tDate date=email.getSentDate();\n\t\t\n\t\tassertEquals(now, date);\n\t\t\n\t}",
"public boolean checkSent(String date)... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
The "Armed" state subclasses Locked, so the unlocking should continue to work. | @Test
public void testArming() {
UUTI.arm();
assertTrue("lockedState is not instance of Armed", UUT.lockedState instanceof InitializedTestSM.Armed);
UUTI.unlock();
assertTrue("lockedState is not instance of Unlocked", UUT.lockedState instanceof InitializedTestSM.Unlock... | [
"@Override\n public void exitLockedState() {\n \n }",
"public void unlock()\n {\n this.unlocked = true;\n }",
"public void toogleLockedState() {\n isLocked = !isLocked;\n }",
"public boolean isArmed() {\n/* 136 */ return ((this.stateMask & 0x1) != 0);\n/* */... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | @Override
public void onSaveInstanceState(Bundle outState) {
super.onSaveInstanceState(outState);
} | [
"@Override\n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\n public void extornar() {\n \n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"@Override\n\t\tpublic void kayit1() {\n\t\t\t\n\t\t}",
"@Override\r\n\tpublic void wydaj() {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
terminal ID: "^"? ("a".."z" | "A".."Z" | "_") ("a".."z" | "A".."Z" | "_" | "0".."9"); | public TerminalRule getIDRule() {
return gaTerminals.getIDRule();
} | [
"protected static boolean id_char( int ch )\n {\n return id_start_char( ch ) || ( ch == '_' ) || ( ch >= '0' && ch <= '9' );\n }",
"public String generateCommandID() {\n String str = new String(this._initialID);\n boolean z = true;\n int length = this._initialID.length - 1;\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Inserts the specified element into the queue | public boolean add(E element){
if(element == null){
throw new NullPointerException("element cannot be null");
}
else {
LLNode<E> newOb = new LLNode<E>(element);
LLNode<E> prevNode = tail.prev;
newOb.next = tail;
newOb.prev = prevNode;
prevNode.next = newOb;
tail.prev = newOb;
size++... | [
"public void enqueue(Object elem){\n insertAtBack(elem);\n }",
"public Object enqueue(Object element) {\r\n items.add(element);\r\n return element;\r\n }",
"public void enqueue(int element);",
"public static void enqueue(Object element) {\n ensureCapacity(nsize + 1);\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method returns an enclosing ViewRoot instance, where one is present in the tree (it should be, in every wellformed tree) | public static ViewRoot findViewRoot(UIComponent tofind) {
while (tofind != null) {
if (tofind instanceof ViewRoot)
return (ViewRoot) tofind;
tofind = tofind.parent;
}
return null;
} | [
"public TreeNode getApplicationHierarchyRoot();",
"public Root() {\n this.viewMgr = ViewManager.getInstance();\n\n instance = this;\n }",
"@Override\r\n public Object getRoot ()\r\n {\n return w;\r\n }",
"private View getRootView(JEditorPane editor) {\n return... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
CONFIRMING CORRECT ROUTING NOTE: uses routes2.txt and each test confirms that the corresponding line was routed as expected | @Test
public void line3Test()
{
IPAddress address = new IPAddress("24.200.0.0");
int res = this.router.getRoute(address);
assertEquals(3, res);
} | [
"@Test\n\tpublic final void testValidRoute() {\n\t\t\n\t\tMapDatabase mdb = td.getMapDatabase();\n\t\tRouteSearch rs = new RouteSearch();\n\n\t\tassertTrue(rs.getCalculatedRoute().size() == 0);\n\n\t\tRouteSearchResult rsr = rs.calculateRoute(mdb\n\t\t\t\t.getLine(VALID_ROUTE_START_LINE), mdb\n\t\t\t\t.getLine(VALI... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Get the number of columns to display | public int getColumnCount() {
return _keyPaths != null ? _keyPaths.length : 0;
} | [
"public int getNumColumns()\n {\n return num_columns;\n }",
"public int getNumberOfColumns()\n {\n return columns;\n }",
"@Override\n\tpublic int getColumns() {\n\t\treturn 1 + display.getColumns() + 1;\n\t}",
"public int numColumns() {\n return c;\n }",
"int ncol();",
"public in... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method creates a list of new providedObjectIDs for each object in the PluginExecutionResult of the context. | List<ProvidedObjectID> createProvidedObjects(PluginContext context); | [
"private void addPredefinedObjects() {\n/* 81 */ if (this.predefinedObjects != null && getDataPalette() != getDataPaletteGlobal()) {\n/* 82 */ for (int i = 0; i < this.predefinedObjects.length; i++) {\n/* 83 */ getDataPalette().getOrCreateIdFor(this.predefinedObjects[i]);\n/* */ }\n/*... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
prepares the data to be transmitted, new fields will have no effect until next call. | public void pack() throws MessageError {
Packet.decodeMode(protocol_mode);
Packet.decodeVersion(protocol_version);
Packet.decodeType(message_type);
int total_size = 0;// = field_lengths.size();
for (byte b : field_lengths) {
total_size += b;
}
data = ... | [
"@Override\n protected void resumeData() {\n\n }",
"public void doPack() {\n this._sendData = new byte[1];\n this._sendData[0] = (byte) this.dataType;\n }",
"protected void setPostRecordingFields() {\n // Used by subclasses to set variables to support additional audio processing.\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns time when this plan started executing. | long getStartTime(); | [
"public synchronized DateTime getStartTime() {\n return executionStats.getStartTime();\n }",
"public Date getEXEC_START_TIME() {\r\n return EXEC_START_TIME;\r\n }",
"public int getStartingTime() {\n return this.startWhen;\n }",
"public Long getExecutionTime();",
"public LocalDateTime getEx... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ renamed from: iS | public C1458cs mo7613iS() {
return new C1416bv();
} | [
"void mo30518a(S s, int i);",
"public interface C33895a {\n /* renamed from: rS */\n void mo54454rS(int i);\n }",
"private void sxDsBv() {\n\t\t\n\t}",
"void mo7901vI(String str);",
"public interface ICh_ss_schwtc_chpm_refsm_igm_dxswc_chwswisovm_chwdpm extends ICh, IChwswisovm, IRefsm, ISch... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Sets the current piece to a captured state, not capturing a different piece. If this piece was captured by another, than you would use capture on this peice. | public void Capture() {
this.captured = true;
} | [
"public void setCoord(Coordinate coord, Piece piece, boolean processCapture) {\n\t\tPiece currPiece = getPiece(coord);\n\t\tif (processCapture && currPiece != null) {\n\t\t\tcapturedPieces.add(currPiece);\n\t\t}\n\t\t\n\t\tif (piece != null) {\n\t\t\tpiece.setCoord(coord);\n\t\t}\n\t\t\n\t\tpieces[coord.getY()][coo... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Use this factory method to create a new instance of this fragment using the provided parameters. | public static WeatherForecastFragment newInstance(String param1, String param2) {
WeatherForecastFragment fragment = new WeatherForecastFragment();
Bundle args = new Bundle();
args.putString(ARG_PARAM1, param1);
args.putString(ARG_PARAM2, param2);
fragment.setArguments(args);
... | [
"public static PostFragment newInstance() {\n PostFragment fragment = new PostFragment();\n// Bundle args = new Bundle();\n// args.putString(ARG_PARAM1, param1);\n// args.putString(ARG_PARAM2, param2);\n// fragment.setArguments(args);\n return fragment;\n }",
"public H... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO code application logic here | public static void main(String[] args) throws SQLException, ParseException{
new awal().show();
new koneksi();
} | [
"@Override\n }",
"@Override\n public void extornar() {\n \n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\r\n\tpublic void wydaj() {\n\t\t\r\n\t}",
"protected void method_5557() {}",
"@Ove... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Add Note object to Chord | public void addToChord(Note note) {
chordNotes.add(note);
} | [
"void addNote(MusicNote note);",
"public void AddNoteForChord(int note) {\n chordNotes.add(note);\n }",
"@Override\n\tpublic void add(Note note) {\n\t\t\n\t}",
"public int addNote(Note note);",
"public void addNote(Note n) {\n \t\tthis.notes.add(n);\n \t}",
"public void createNote() {\n\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Create a Phone JSONObject | public JSONObject createPhone(String name) throws MockarooExceptionName
{
IMockarooObject phone = Phone.getInstance(name);
return phone.getJSONObject();
} | [
"WithCreate withPhone(String phone);",
"@RequestMapping(value = \"/phones\",\n method = RequestMethod.POST,\n produces = MediaType.APPLICATION_JSON_VALUE)\n @Timed\n public ResponseEntity<Phone> createPhone(@RequestBody Phone phone) throws URISyntaxException {\n log.debug(\"REST request... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ renamed from: m | public final void mo58589m(RecyclerView recyclerView) {
AppMethodBeat.m2504i(134223);
C4990ab.m7416i("ItemInsertHelper", "alvinluo onCancel");
m60948n(recyclerView);
AppMethodBeat.m2505o(134223);
} | [
"public int getM() \r\n\t{ \r\n\t\treturn m; \r\n\t}",
"public String m()\r\n/* 317: */ {\r\n/* 318:338 */ return this.g;\r\n/* 319: */ }",
"public static void m6(){}",
"@Override\n\t\tpublic void m2() {\n\t\t\t\n\t\t}",
"void mo4394m();",
"void mo3362m();",
"public void m2349g() {\n ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
/ access modifiers changed from: packageprivate / JADX WARNING: Removed duplicated region for block: B:32:0x009b | public Map<Integer, zzauh.zzf> zzfC(String str) {
Cursor cursor;
zznA();
zzmq();
zzac.zzdv(str);
try {
cursor = getWritableDatabase().query("audience_filter_values", new String[]{"audience_id", "current_results"}, "app_id=?", new String[]{str}, null, null, null);
... | [
"public void mo3914b() {\n }",
"protected void mo4791d() {\n }",
"protected void method_5557() {}",
"public final void mo105805b() {\n }",
"protected boolean G()\r\n/* 42: */ {\r\n/* 43: 66 */ return true;\r\n/* 44: */ }",
"public void mo26342c() {\n }",
... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Use RemoveNodeCommand.newBuilder() to construct. | private RemoveNodeCommand(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
super(builder);
} | [
"public static native void dockBuilderRemoveNode(int nodeId);",
"public void remove(Node node);",
"void removeNode(V node);",
"public void remove(T node);",
"public void removeNode(HierarchyNode node);",
"@Override\n public void removeNode(DatanodeDetails node)\n throws UnregisteredNodeException {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
.......Removing Functionality Ends............... .......Accessing Functionality Ends............... | public <T> T get(int index) {
Individual i = (Individual) list.get(index);
if (i.data instanceof Integer) {
return (T) (Integer) (int) i.data;
} else if (i.data instanceof String) {
return (T) (String) i.data;
} else if (i.data instanceof Double) {
... | [
"void removed();",
"@Override\r\n\tpublic void deposite() {\n\t\t\r\n\t}",
"@Override\n \tpublic void remove() {\n \n \t}",
"void unsetAdditivity();",
"@Override\n\tpublic void unintall() {\n\t\t\n\t}",
"void detener();",
"@Override\r\n\tpublic void remover() {\n\t\t\r\n\t}",
"public void desenhar(){\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Converts an amount in this unit to another unit. | abstract double toUnit(TrainingUnit targetUnit, double amount, Context context); | [
"@Override\n\tpublic double convert(double amount, Unit<?> toUnit) {\n\t\tVolume unit = (Volume) toUnit;\n\t\treturn (amount/this.getValue())*unit.getValue();\n\t}",
"public final void toUnit() {\n this.normalize();\n }",
"public Mass convert(MassUnit newUnit) {\n\t\tif(unit==newUnit) {\n\t\t\treturn this;\... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
string result_string = 3; | public com.google.protobuf.ByteString
getResultStringBytes() {
java.lang.Object ref = resultString_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
result... | [
"String mo34343i();",
"public final String getResult()\n{\n\treturn _result;\n}",
"String mo61116a(String str);",
"java.lang.String getValue001();",
"String solution();",
"public String getResult() {\n return this.result.length() != 0 ? this.result.substring(1) : \"\";\n }",
"public String Tes... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Returns true if at least instance of target is found in tree. | public boolean contains (T target)
{
if(target == null)
{
return false;
}
if(target.getClass() != target.getClass())
{
return false;
}
TNode current = root;
while(true)
{
if (current == null || current.value == null)
{
return false;
}
if(current.value.compareTo(target) == ... | [
"@Override\r\n\tpublic boolean contain(T target) {\n\t\tthis.find(target);\r\n\t\t//Return the result\r\n\t\treturn this.found;\r\n\t}",
"public boolean exist(TreeNode root, int target) {\n boolean[] res = {false};\n Set<Integer> hset = new HashSet<>();\n hset.add(0);\n checkSol(root, res, 0, hset, ta... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Fetching details of all "Active" patients | public ArrayList<Patient> getAllPatients() throws SQLException, ClassNotFoundException{
ArrayList<Patient> patientList=new ArrayList<Patient>();
con=DatabaseUtil.getConnection();
ps=con.prepareStatement("select* from patients where Status='Active' ");
ResultSet result=ps.executeQuery();
while(result.nex... | [
"public List<PatientDto> queryAllActivePatients() {\n Map<EnumPatientQuery, ImmutablePair<EnumMatchQuery, Object>> patientQueryImmutablePairMap = new LinkedHashMap<>();\n patientQueryImmutablePairMap.put(EnumPatientQuery.STATUS, new ImmutablePair<>(EnumMatchQuery.MATCHESEXACTLY, \"1\"));\n pati... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This is the setter method to the attribute. Placeholder for description of property se_params of obj type vicreatesereq field type str type ref. Default value when not specified in API or module is interpreted by Avi Controller as null. | public void setSeParams(VISeVmOvaParams seParams) {
this.seParams = seParams;
} | [
"public void setEngParameter(String paramName,String value);",
"public void setParam(){\n\n }",
"@Override\r\n public void setParameterString(String value) {\n }",
"@Override\r\n public void setParameter(String parameters) {\r\n // dummy\r\n\r\n }",
"public void setValue() {\n \tif (pa... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Method to retrieve all courses that a student has completed | public static ArrayList<Course> getCompletedCoursesbyStudent(String userId) {
Connection conn = null;
PreparedStatement stmt = null;
ResultSet rs = null;
ArrayList<Course> studentCompletedCourses = new ArrayList<Course>();
ArrayList<String> completedCourses = new ArrayList<String... | [
"public List<Course> getCoursesFromAStudent(Student aStudent);",
"List<TermCourses> getEnrolledCourses(Long studentId);",
"List<String> viewRegisteredCourses(String studentId);",
"List<Course> viewAllCourses();",
"@GetMapping(path=\"students/{student_id}/courses\")\n\tpublic List<Course> getCourses(@PathVar... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
finds a publication with the given criterias | @SuppressWarnings({ "unchecked" })
public List<Publication> findByCriteria(String title, Set<Author> authors,
PublicationType publicationType, Set<Keyword> keywords,
ConditionE condition, String isbn, String publisher,
String edition, String issue) {
Criteria criteria = getHibernateTemplate().getSessionFact... | [
"public List<Publication> getPublicationBySeachCriteria(String searchValue);",
"Publisher getPublisherByCriteria(Publisher criteria);",
"public Set<Article> search(String keyworkds);",
"@Override\n\tpublic Publications find(int id) {\n\t\tConnection connexion = null;\n\t\tStatement statement = null;\n\t\tStat... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This scales the input so that we maintain precision control | double scaleInput(double dVal) {
double[] scaleArray = {0.0, 0.05, 0.09, 0.10, 0.12, 0.15, 0.18, 0.24,
0.30, 0.36, 0.43, 0.50, 0.60, 0.72, 0.85, 1.00, 1.00};
// get the corresponding index for the scaleInput array.
int index = (int) (dVal * 16.0);
// index should be pos... | [
"@Override\r\n\tpublic void scale(double arg0, double arg1) {\n\t\t\r\n\t}",
"double scaleInput(double dVal) {\n\t\tdouble[] scaleArray = { 0.0, 0.05, 0.09, 0.10, 0.12, 0.15, 0.18, 0.24,\n\t\t\t\t0.30, 0.36, 0.43, 0.50, 0.60, 0.72, 0.85, 1.00, 1.00 };\n\t\t\n\t\t// get the corresponding index for the scaleInput ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
TODO Autogenerated method stub | public static void main(String[] args) {
Scanner in = new Scanner(System.in);
while (in.hasNext()) {//ע��while������case
String s=in.nextLine();
soluction(s);
}
} | [
"@Override\n }",
"@Override\n\t\t\t\tpublic void pintate() {\n\t\t\t\t\t\n\t\t\t\t}",
"@Override\n public void extornar() {\n \n }",
"@Override\r\n\tpublic void hablar() {\n\t\t\r\n\t}",
"@Override\n\t\tpublic void kayit1() {\n\t\t\t\n\t\t}",
"@Override\r\n\tpublic void wydaj() {\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Test case number: 203 /Coverage entropy=1.6094379124341005 | @Test(timeout = 4000)
public void test203() throws Throwable {
XmlEntityRef xmlEntityRef0 = new XmlEntityRef("*e8M@1zCk LxW :z");
// Undeclared exception!
try {
xmlEntityRef0.h2();
fail("Expecting exception: NullPointerException");
} catch(NullPointerException e) {
... | [
"@Test(timeout = 4000)\n public void test147() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getStructure();\n Evaluation evaluation0 = new Evaluation(instances0, (CostMatrix) null);\n String string0 = ... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
ReInitialize the Container with a new Launch Context. | @Public
@Unstable
ReInitializeContainerResponse reInitializeContainer(
ReInitializeContainerRequest request) throws YarnException, IOException; | [
"public static void refreshInitialContext() {\r\n synchronized(ServiceLocator.class){\r\n getInstance().context = null;\r\n sl = null;\r\n }\r\n }",
"public void reInitializeContainer(ContainerId containerId,\n ContainerLaunchContext reInitLaunchContext, boolean autoCom... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Adds a response to the FIFO response queue. The response is cloned so that the caller can alter and reuse the response | protected void pushResponse(Object response) {
try {
responses.add(BeanUtils.cloneBean(response));
} catch (Exception e) {
e.printStackTrace();
}
} | [
"public void add(BinaryResponse response)\n {\n BinaryResponse oldTail = m_tail;\n if (oldTail != null)\n {\n oldTail.m_next = response;\n }\n m_tail = response;\n BinaryResponse head = m_head;\n if (head == null)\n {... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor. | @SuppressWarnings("unchecked")
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
private void initComponents() {
jPanel1 = new javax.swing.JPanel();
MaSPLabel = new javax.swing.JLabel();
MaSPText = new javax.swing.JTextField();
TenLabel = ... | [
"public StForm() {\n initComponents();\n }",
"public CineForm() {\n initComponents();\n }",
"public javaform() {\n initComponents();\n }",
"public EditDemographicForm() {\n initComponents();\n }",
"public FightForm() {\n initComponents();\n }",
"public For... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
This method was generated by MyBatis Generator. This method corresponds to the database table comm_stock | int updateByPrimaryKey(CommStock record); | [
"public interface StockDAO {\n\n /**\n * 获得具体某一支股票的每一天的数据\n * @param code 个股的编码\n * @return 如果不存在这支股票,或者code为null则返回null,若存在,则返回每一天数据的列表,该方法返回的List已经是按日期从小到大排好序的\n */\n List<StockPO> getStockInfoByCode(String code);\n\n /**\n * 获得具体某一天的所有的股票的数据\n * @param date 日期必须在2014年4月29日与2005年2... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Calculate the F1 score for the membrane state. | @Override
public double fOneMeasure(Map<List<Feature>, List<Feature>> true2PredictedMap) {
double precision = precision(true2PredictedMap);
double recall = recall(true2PredictedMap);
return 2 * ((precision * recall) /(precision + recall));
} | [
"@Override\n\tpublic double computeScore(State state, State goldState) {\n\t\tCollection<EntityAnnotation> entities = state.getEntities();\n\t\tCollection<EntityAnnotation> goldEntities = goldState.getEntities();\n\t\tdouble f1Score;\n\t\tif (goldEntities.size() == 0 && entities.size() == 0) {\n\t\t\tf1Score = 1;\n... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |
Handles the HTTP POST method. | @Override
protected void doPost(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
try {
//Initialize DB Connection and Statement loading
Class.forName("org.sqlite.JDBC");
Connection connection = DriverManager.getC... | [
"@Override\n\tpublic void handlePost(HttpServletRequest request, HttpServletResponse response) {\n\t\t\n\t}",
"public void doPost(HttpServletRequest request, HttpServletResponse response) throws IOException {\n\n\n\n }",
"@Override\n public void post(String path) {\n \n }",
"@Override\r\n\tpub... | {
"objective": {
"paired": [],
"self": [],
"triplet": [
[
"query",
"document",
"negatives"
]
]
}
} |