query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
f4455e8f51eff4d8fb978b58b6639e3c
int getUlIdIncmgPerson() Returns the value of field 'ulIdIncomingName'.
[ { "docid": "6578be377b7075ee335f2d6373a0a860", "score": "0.7990818", "text": "public int getUlIdIncomingName()\r\n {\r\n return this._ulIdIncomingName;\r\n }", "title": "" } ]
[ { "docid": "9a36b2851f6420a575e0f89d2b058e6c", "score": "0.7696856", "text": "public int getUlIdIncmgPerson()\r\n {\r\n return this._ulIdIncmgPerson;\r\n }", "title": "" }, { "docid": "940104a06763b64687ea81a566874a25", "score": "0.7291436", "text": "public void setUlIdI...
235b7da7594bfdc5bcc90f0a69624583
Doesn't check if the new amount is negative!
[ { "docid": "09502eae0dc4f0d475e1de9ec07efbec", "score": "0.0", "text": "public ResourceList remove(ItemStack stack) {\r\n\t\tremove(stack.getItem(), stack.getAmount());\r\n\t\treturn this;\r\n\t}", "title": "" } ]
[ { "docid": "2096750ec06ad64c4083a0112f83a1d7", "score": "0.7356362", "text": "public boolean EnoughChange(double payment) {\r\n\t\t total = total - payment;\r\n\t\t if(total > 0) {\r\n\t\t\t return false;\r\n\t\t }\r\n\t\t else {\r\n\t\t\t return true;\r\n\t\t }\r\n\t }", "title": ""...
e20206187063b78574b6b8713ad7bbf1
The parseCallBack(InputStream in) method converts an InputStream object associated with an XML request to an InputSource object and then calls the parseCallBack(InputSource inputSource) method to trigger the appropriate event to handle the request.
[ { "docid": "4c5d741f6a79091993156eccfe29a95e", "score": "0.76523554", "text": "public void parseCallBack(InputStream in) throws ProtocolException {\n parseCallBack(new InputSource(in));\n }", "title": "" } ]
[ { "docid": "ef3e5b110cc8e4e2c213925d2713fa46", "score": "0.68794644", "text": "public void parseCallBack(InputSource inputSource)\n throws ProtocolException {\n\n // Parse the incoming notification to JAXB objects\n Object mappedObject = (JAXBObject)parseToJAXB(inputSource);\n\n /*\n *...
8b476d8ad455f3096cc5d9c049d07e74
TODO parse level (TO BE DONE), init player position and blocks
[ { "docid": "2700a2259120e585dde1ce4fa233e632", "score": "0.0", "text": "public void initialize () {\n }", "title": "" } ]
[ { "docid": "f6234ff1395170acc5b5a5755d77df2c", "score": "0.70625365", "text": "public void initLevel(){\n baseLevel = levelCreator.createStaticGrid(this.levelFile);\n dynamicLevel= levelCreator.createDynamicGrid(levelFile);\n colDetector = new CollisionHandler();\n goalTiles ...
9a69e14cc2f67de03d79b249f59a9bb6
optional uint32 TradTime = 10;
[ { "docid": "9d50e6092e62f9324a6aacd47cc5b746", "score": "0.58350813", "text": "public Builder setTradTime(int value) {\n bitField0_ |= 0x00000200;\n tradTime_ = value;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "dc3ac9f81bd3e034bba0018cdd9b992e", "score": "0.7240837", "text": "int getTradTime();", "title": "" }, { "docid": "dc3ac9f81bd3e034bba0018cdd9b992e", "score": "0.7240837", "text": "int getTradTime();", "title": "" }, { "docid": "a7f174af703b9640e2953ffae69aa92f...
00c5fb88cbc754200b8b035473afe40a
Must be called from
[ { "docid": "046583fadeb2d80f6ebae873fe960abd", "score": "0.0", "text": "public void onActivityResult(int requestCode, int resultCode, Intent data) {\n\n }", "title": "" } ]
[ { "docid": "63918b2e510c9040bbddcac00095b41a", "score": "0.6859536", "text": "private void recuperation() {\n\t\t\n\t}", "title": "" }, { "docid": "69ade76a69c0f6c07e66b5d0e5136eb3", "score": "0.6675733", "text": "@Override\r\n\tpublic void grabar() {\n\t\t\r\n\t}", "title": "" ...
1bf89447b80ec86ff401a389c9f91f7d
/ access modifiers changed from: protected
[ { "docid": "ba41e01a5f6509a44ebfb948e3d5ca69", "score": "0.0", "text": "public void onPositionReset(long positionUs, boolean joining) throws ExoPlaybackException {\n this.hasRenderedFirstFrame = false;\n super.onPositionReset(positionUs, joining);\n }", "title": "" } ]
[ { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.7026797", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }, { "docid": "4e49f5db36ca664153e54380025b85d4", "score": "0.6881463", "text": "protected boolean method_21825() {\n }", "title": "" ...
1e6b91cea91f085d1457259e105d6a16
Sets the number of concurrent threads that will be processing.
[ { "docid": "0d371b58e06d95a6fcc759bf38632d14", "score": "0.0", "text": "public void setMaxProcCount(int count) \n {\n m_MaxProcCount = count;\n }", "title": "" } ]
[ { "docid": "f428b42d1a0ea117dc36f6169454b50a", "score": "0.75319904", "text": "public void setMaxNumThreads(int num)\n {\n maxThreads = num;\n }", "title": "" }, { "docid": "e594d1bb8892dd2085bb5c272d1f5719", "score": "0.74207616", "text": "@Accessor(qualifier = \"number...
f12a40f80791ff2f850f8536b1c2395d
/ The main function is written to take input from the user and and call the dayOfWeek function that returns the integer representation of the week
[ { "docid": "af5b3f7a6a7a7ca3d86189482f47641b", "score": "0.566147", "text": "public static void main(String[] args) {\n\t\tString i=args[0];\n\t\tString j=args[1];\n\t\tString k=args[2];\n\t\tint day=Integer.parseInt(i);\n\t\tint month=Integer.parseInt(j);\n\t\tint year=Integer.parseInt(k);\n\t\tint day...
[ { "docid": "4bff88650a59520dc970ea5cc1f09ed5", "score": "0.75862515", "text": "public String getDayOfWeek(int dayInput){\n return dayOfWeek[dayInput];\n }", "title": "" }, { "docid": "c565f07bc115368ead4df5e07228f350", "score": "0.7111275", "text": "public static void main(...
87a769846e115715948aa1cdfedd6caf
return 0 if you find a node's value not existing in the higher levels in comparison to the lower levels simultaneously check if each level has an increasing order of nonrepeating elements return 1 if the above property is not satisfied if all the above conditions are met, then return the list count at level 0 (which is...
[ { "docid": "e5adb41a0d3e7ae731b803f857491f06", "score": "0.6989427", "text": "int ListCount() {\n\t\tHashSet<Integer> universal = new HashSet<>();\n\t\tint count = 0;\n\t\tSkipNode curr = null;\n\t\tfor (int level = 0; level <= MAX_LEVEL; level++) {\n\t\t\tcurr = head.next[level];\n\t\t\twhile (curr != ...
[ { "docid": "7149ab9d49c312696b88f9306926cadf", "score": "0.62394214", "text": "int getSubSubSubChildsCount();", "title": "" }, { "docid": "29aed2943fa6d17a08f6ff23f84ea345", "score": "0.6236119", "text": "@Test\n public void correctNumberOfDifferingDimensionsFromParentTest(){\n ...
ed3b4fe3734c7925f4d2a1a91559ad9f
This methods adds buttons to the view.
[ { "docid": "7da11966ce4fdf75947c3f1126c83d56", "score": "0.68107486", "text": "private void addButtons() {\n\t\tbtnNext = new JButton(QuizConstants.BUTTON_LABEL_NEXT);\n\t\tbtnNext.setBounds(31, 436, 89, 23);\n\t\tbtnNext.addActionListener(this);\n\t\tgetContentPane().add(btnNext);\n\n\t\tbtnBack = new ...
[ { "docid": "79958845d89a88472dfc56f86ead91f6", "score": "0.7577714", "text": "private void createButtons() {\n addButton = new Button(\"Add item\");\n addButton.setOnAction(e -> addButtonClicked());\n removeButton = new Button(\"Remove item\");\n removeButton.setOnAction(e ->...
d087df401695129ca19f0f492a8bb2ff
Set the value of taxAmount.
[ { "docid": "4350856b4df7b8ef8cb1c25a729b15c1", "score": "0.7914514", "text": "public void setTaxAmount(Currency taxAmount) {\n this.taxAmount = taxAmount;\n }", "title": "" } ]
[ { "docid": "a7e002d1de6c14a960d2a662caeed4c0", "score": "0.8252405", "text": "public void setTaxAmount(double value) {\n this.taxAmount = value;\n }", "title": "" }, { "docid": "9304bbfcff6723d17d8117c0b5cbe205", "score": "0.81802326", "text": "public void setTaxAmo...
ecd0968b085ab7a28659167ede29ba04
Method to convert a JniEvent into a LttngEvent. Note : This method will call LttngEvent convertEventJniToTmf(JniEvent, boolean) with a default value for isParsingNeeded
[ { "docid": "41704c9fc9a288277887edc7859a503f", "score": "0.76523256", "text": "public synchronized LttngEvent convertJniEventToTmf(final JniEvent newEvent) {\n currentLttngEvent = convertJniEventToTmf(newEvent, IS_PARSING_NEEDED_DEFAULT);\n \n return currentLttngEvent;\n }", "tit...
[ { "docid": "fd04b79f35d39942bc1bde96f588d8d5", "score": "0.8170465", "text": "public synchronized LttngEvent convertJniEventToTmf(final JniEvent jniEvent, final boolean isParsingNeeded) {\n \n if (UNIQUE_EVENT) {\n \n // ***\n // UNHACKED : We can no longer do that becaus...
3a9c32a6c7127f426a133e32eeef9044
Sets whether the NOT identifier should be part of the expression or not.
[ { "docid": "ee74109ac6ced1b4c8dba72bdcbad405", "score": "0.6490939", "text": "public void setNot(boolean not) {\n\t\tboolean oldNot = this.not;\n\t\tthis.not = not;\n\t\tfirePropertyChanged(NOT_PROPERTY, oldNot, not);\n\t}", "title": "" } ]
[ { "docid": "c1e2a229b6022a3bec994c40f11e8f48", "score": "0.72092086", "text": "public Criteria not() {\n\t\tthis.negating = true;\n\t\treturn this;\n\t}", "title": "" }, { "docid": "025f19e13cfb4bc16edaf11bce2e33d2", "score": "0.6946914", "text": "public void genNotOp(Symbol factorRe...
528168f95b0e925aabfdaec6ba9975b3
/ / / / / / /
[ { "docid": "0840b2f71a6f7bd3f66ea57e02330ef4", "score": "0.0", "text": "@Deprecated\n/* */ public V getOrDefault(Object key, V defaultValue) {\n/* 723 */ return this.map.getOrDefault(key, defaultValue);\n/* */ }", "title": "" } ]
[ { "docid": "c0282d0076fbb1409e724f7e4a4141d0", "score": "0.53963834", "text": "void div(){\n\t\t\n\t}", "title": "" }, { "docid": "b858c6ff6e97cd194310df71bbeb64ca", "score": "0.5383633", "text": "private int s(int pos){return (pos+up)%Global.array_size;}", "title": "" }, { ...
cecdda20e2b26caf227e335556164751
Returns the number of rows in the table. A JTable uses this method to determine how many rows it should display. This method should be quick, as it is called frequently during rendering.
[ { "docid": "dd97e42884276302b79e8ac19fb25de1", "score": "0.0", "text": "public int getRowCount()\n\t{\n\t\treturn backendManager.getMemory().getStagesOfNegotiation().size();\n\t}", "title": "" } ]
[ { "docid": "78350f0260607895dfca05d3c6fb9121", "score": "0.82689136", "text": "public int getRowCount() {\n List<WebElement> tableRows = _webTable.findElements(By.tagName(\"tr\"));\n return tableRows.size();\n }", "title": "" }, { "docid": "d5ba1461b2d51182da4628388da6ea5c", "scor...
e3b0c4741241604c2da6e49c77d31d98
DO NOT CALL getResponseCode() here!
[ { "docid": "ccb6a78c6dbc452768a29cdcf182bbe4", "score": "0.0", "text": "@Override\r\n public InputStream getInputStream() throws IOException {\n if (responseCode != 404) {\r\n return super.getInputStream();\r\n } else {\r\n return super.getErrorStream();\r\n ...
[ { "docid": "c9c802b790d3ca06d7c8f75f2a4ee23e", "score": "0.8348309", "text": "int getResponseCode() throws Exception;", "title": "" }, { "docid": "1c44610d44693f4efe5fc218bf7b51e5", "score": "0.82102585", "text": "int getResponseCode();", "title": "" }, { "docid": "1c4461...
8ce813b7f6905fe7f759200397141ace
Represents an index request.
[ { "docid": "713f6586b124f5dff139ed2a301aa989", "score": "0.7508088", "text": "public interface IndexRequest {\r\n\r\n /**\r\n * Returns the request identifier.\r\n *\r\n * @return the request identifier\r\n */\r\n String getRequestId();\r\n\r\n /**\r\n * Returns the request ...
[ { "docid": "bac5d9727b4384af769fb1478c18c2a8", "score": "0.59761125", "text": "Index getIndex();", "title": "" }, { "docid": "1f351474bd21bc7997c8c952c20503ff", "score": "0.587806", "text": "public org.vdaas.vald.api.v1.payload.Info.Index.Count indexInfo(org.vdaas.vald.api.v1.payload...
d7f31e2d9bf4920be0142398f246deea
optional bool success = 1;
[ { "docid": "a1ab66107e29530e7af125138d3bbfe3", "score": "0.0", "text": "public Builder setSuccess(boolean value) {\n bitField0_ |= 0x00000001;\n success_ = value;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "3ba922326f5b74a093be59f396520a8f", "score": "0.7395251", "text": "public boolean getSuccessful(){ return successful; }", "title": "" }, { "docid": "71f01f694bf6e326277d580720b77a4e", "score": "0.73471475", "text": "boolean isSuccess();", "title": "" }, { "doci...
1f48ffa28bf098659e257d14b8a21aeb
Verify that the scanner scans
[ { "docid": "ff0efc9565aee26366b43f46087e4f9e", "score": "0.0", "text": "public void testSimple() throws FatalException {\n List<ModelEntity> list = new ArrayList<ModelEntity>();\n User user = new User(\"foo\", \"ns\");\n list.add(user);\n user = new User(\"bar\", \"ns\");\n ...
[ { "docid": "4d5697881617bb77387909a174de1865", "score": "0.6543207", "text": "void scan() throws IllegalStateException;", "title": "" }, { "docid": "345416fe34580027d1f4dce6e91b8e09", "score": "0.6436337", "text": "@Override\n public void scan() { }", "title": "" }, { ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "74895dafd3b829055ba2bd12ac8d5ed9", "score": "0.0", "text": "@Override\n public void move(String dst) {\n System.out.println(\"Take a plane to \"+dst);\n }", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6840622", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.68009615", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "tit...
cf9506acbe443aae6560e3a1c13b855f
required string query = 1 [default = "1"];
[ { "docid": "c2dcbeae7abb3b68f65c949c7c677e31", "score": "0.0", "text": "public java.lang.String getQuery() {\n java.lang.Object ref = query_;\n if (!(ref instanceof java.lang.String)) {\n com.google.protobuf.ByteString bs =\n (com.google.protobuf.ByteString) ref;\n ...
[ { "docid": "c736ababcdbb27e23e670fea3268ab9e", "score": "0.677363", "text": "String query();", "title": "" }, { "docid": "c736ababcdbb27e23e670fea3268ab9e", "score": "0.677363", "text": "String query();", "title": "" }, { "docid": "c736ababcdbb27e23e670fea3268ab9e", "...
dae33a562542c8b37bff77628c99d8cb
/ renamed from: E
[ { "docid": "cb4a0d53911eb2e746355e42408d2b6c", "score": "0.0", "text": "private void m28645E() {\n try {\n Iterator it = ((ArrayList) this.f22330f.clone()).iterator();\n while (it.hasNext()) {\n DownloadChunkRunnable bVar = (DownloadChunkRunnable) it.next();\n...
[ { "docid": "1248dc11a62d9ef95b2c5b8396d19d04", "score": "0.6993563", "text": "@Override // com.baidu.mobads.production.AbstractC2493a\n /* renamed from: e */\n public void mo20169e() {\n }", "title": "" }, { "docid": "7f98eca411f7d1926ac27593764259ff", "score": "0.68026733", ...
8b67cc6580a96f12c6689eb50eb824e1
Creates a modifier that prevents cards accepted by the filter from being placed out of play.
[ { "docid": "74a5d0b02c25ac095e1aba8500ebab0b", "score": "0.6579908", "text": "public MayNotBePlacedOutOfPlayModifier(PhysicalCard source, Filterable affectFilter) {\n this(source, affectFilter, null);\n }", "title": "" } ]
[ { "docid": "d5fc6488307f0aed55f26dd7941d5344", "score": "0.65941626", "text": "public MayNotBePlacedOutOfPlayModifier(PhysicalCard source, Filterable affectFilter, Condition condition) {\n super(source, \"May not be placed out of play\", affectFilter, condition, ModifierType.MAY_NOT_BE_PLACED_OUT...
2d8ce3675ca3f6ba5f8d8f7ddbb26e50
Sets the passport issuing authority
[ { "docid": "8eac0c1ffceb7eca331744d0f437a760", "score": "0.0", "text": "public void setIssuedBy(String issuedBy) {\n this.issuedBy = issuedBy;\n }", "title": "" } ]
[ { "docid": "69eb1d5da47a4e645f1b4d97ab274737", "score": "0.64932114", "text": "public void setAuthority(Authority authority) {\n this.authority = authority;\n }", "title": "" }, { "docid": "f26294b849a5b015d7e585cc07bc16fb", "score": "0.643964", "text": "public void setAuth...
7480d3e229b0a5eedc5158907f7fcd1e
setam driverul de chrome
[ { "docid": "07932f066192a804d52f1e1de3dca71a", "score": "0.0", "text": "@Test\n public void Register() {\n System.setProperty(\"webdriver.chrome.driver\", \"C:\\\\Automation\\\\chromedriver.exe\");\n //deschidem un browser de chrome\n driver = new ChromeDriver();\n //acces...
[ { "docid": "3f85b85d97128efcbbfcb55bf5812276", "score": "0.72412777", "text": "public static void SetDriver()\r\n\t{\n\t\tDesiredCapabilities cap = new DesiredCapabilities();\r\n\t\t//cap.setBrowserName(System.getenv(\"browserName\"));\r\n\t\tcap.setBrowserName(\"chrome\");\r\n//\t\ttdl.set(new FirefoxD...
ee33578417b36ef296dcc9f1a39eb135
Gets the value of the 'h' field
[ { "docid": "143e96ec8932ae6a16343f4728a7baa5", "score": "0.7792689", "text": "public java.lang.Integer getH() {\n return h;\n }", "title": "" } ]
[ { "docid": "52ecd9979442c3e467570fd0358f5c01", "score": "0.82266176", "text": "public double getH() {\r\n\t\treturn h;\r\n\t}", "title": "" }, { "docid": "308e26ca4988fa836edcbcb172af7275", "score": "0.8152996", "text": "@java.lang.Override\n public double getH() {\n retu...
6e31d9de1f87511e6925f11f478a4cd1
return a LogEvent used to store trace information about this transaction. If there's no LogEvent there, it creates one.
[ { "docid": "86fa0e6476c6ac77f9bf21e10f527db7", "score": "0.6538574", "text": "synchronized public LogEvent getLogEvent () {\n LogEvent evt = (LogEvent) get (LOGEVT.toString());\n if (evt == null) {\n evt = new LogEvent ();\n evt.setNoArmor(true);\n put (LOG...
[ { "docid": "05b954726be0ad30f918a750792502dd", "score": "0.6372396", "text": "public LogEvent newInstance()\n {\n return new LogEvent();\n }", "title": "" }, { "docid": "3f298110cba364414404bb304f89c97a", "score": "0.5992892", "text": "public static LogEvent ...
e6b9a6d17e4e0e1e1fad076e914233a6
Deprecated. Rather create a coder and call decodeWithCoder.
[ { "docid": "bb089192e8ddc8a229f9bd8aa8bfde16", "score": "0.0", "text": "public static String stringFromFile( File path ) throws IOException {\n String result;\n PSBuffer loadedString = pool().bufferInstance();\n\n try {\n Reader in = new FileReader(path);\n cha...
[ { "docid": "36cbf65a2d70df28927053348b4d8916", "score": "0.6204743", "text": "@Override\n\tpublic void decode() {\n\t\t\n\t}", "title": "" }, { "docid": "3dae06aa27a410b17b128b5e063ad738", "score": "0.59104985", "text": "@Override\n public void deserialize(BinaryReader reader)\n ...
c42981d5cd6138645095d7da1ba76c51
Gets the row count.
[ { "docid": "13d51c789c8a99a3fc2f544c014481b6", "score": "0.0", "text": "public abstract int getRowCount();", "title": "" } ]
[ { "docid": "f06bdd125509a6190cc18232297019b7", "score": "0.86152214", "text": "public int getRowsCount() {\n return rows.size();\n }", "title": "" }, { "docid": "88d1b94ed2c6c742c1c7a790dd856a47", "score": "0.8539783", "text": "public int getRowsCount() {\n return rows...
5d6e7b063715da4b2a8554af77c82f05
Gets the value of terminateFlag
[ { "docid": "3a47ee3cf40d752d685257689d6f9746", "score": "0.84387237", "text": "public String getTerminateFlag()\n\t{\n\t\treturn terminateFlag;\n\t}", "title": "" } ]
[ { "docid": "5de71b8c1024e0481c97afe865c5a1bb", "score": "0.6996253", "text": "public void setTerminateFlag(String terminateFlag)\n\t{\n\t\tthis.terminateFlag = terminateFlag;\n\t}", "title": "" }, { "docid": "f536fcfe279fe6fb5545bc43c72fd602", "score": "0.63455623", "text": "@Basic @...
d5e11382fc967f36ace50cfd2255eb5d
optional .sync_pb.AutofillProfileSpecifics.VerificationStatus address_home_thoroughfare_number_status = 52;
[ { "docid": "fa6ee539f7385a63b12bd125cb9f3cf5", "score": "0.8132891", "text": "private void setAddressHomeThoroughfareNumberStatus(org.chromium.components.sync.protocol.AutofillProfileSpecifics.VerificationStatus value) {\n addressHomeThoroughfareNumberStatus_ = value.getNumber();\n bitField0_ |= 0...
[ { "docid": "fb9aa3a7a4c39c748859b9efb091171b", "score": "0.8188772", "text": "@java.lang.Override\n public org.chromium.components.sync.protocol.AutofillProfileSpecifics.VerificationStatus getAddressHomeThoroughfareNumberStatus() {\n org.chromium.components.sync.protocol.AutofillProfileSpecifics.Ver...
5e0651f7708f3e1b287f243c8abf8924
the dir includes directory
[ { "docid": "379382540e4f43bba9d554a754c171e7", "score": "0.0", "text": "@Override\n\tpublic boolean accept(File dir, String name) {\n\t\tif(name.indexOf('.') == -1){\n\t\t\treturn true;\n\t\t}\n\t\t\n\t\treturn imgAndText(dir, name);\n\t}", "title": "" } ]
[ { "docid": "193f4401d554c215610ac16b22b85151", "score": "0.61874557", "text": "protected abstract File getClassesDirectory();", "title": "" }, { "docid": "81563c46f42a679b83fd28bf412fb867", "score": "0.5809283", "text": "public void includeAllJarsAndDirs() {\n\t\tString alljardirpath...
b3e7b794fc3a46b63a9a03a1603f76d6
uint64 logSegmentSequenceNo = 1;
[ { "docid": "b484c53844b4cacb599a5f1d68d8c86e", "score": "0.66478246", "text": "public Builder setLogSegmentSequenceNo(long value) {\n\n logSegmentSequenceNo_ = value;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "457d1c846a9ad0eeb46dde4c76180542", "score": "0.85931975", "text": "long getLogSegmentSequenceNo();", "title": "" }, { "docid": "12a6bdf83b88916c49f14272d8c37928", "score": "0.73699033", "text": "public long getLogSegmentSequenceNo() {\n return logSegmentSeq...
b1a47d60dc6337a2973132b2de582901
calculate random ability variance
[ { "docid": "722bb1cffdf45633f68490cbb8aad095", "score": "0.0", "text": "@Override\n public int calculateDamage(int flatBuff, int flatDebuff, double scaleBuff, double scaleDebuff) {\n int variance = rand.nextInt(HEAVY_ATTACK_MAX_DAMAGE - HEAVY_ATTACK_MIN_DAMAGE);\n // calculate damage wi...
[ { "docid": "297c2bbbcbc8cce30904b4cb150230ec", "score": "0.68967754", "text": "@Override\n public double variance () {\n double var = 0;\n for (int i = 0; i < numUsedTallies; i++) {\n final int idxi = (i + startingTally) % tallies.size();\n for (int j = 0; j < numUsedTallies;...
2b54ad83975d73072854787ed13e1b8b
Method to override for changed Items in the comboboxes
[ { "docid": "f9d9c05f956e5746b6aa5f87bd5a848b", "score": "0.6176091", "text": "public void itemStateChanged(ItemEvent e) {\n\t\tif (e.getSource() == cb_project_ && e.getStateChange()== ItemEvent.SELECTED)\n\t\t{\n\t\t\tcb_release_.removeItemListener(this);\n\t\t\ttry {\n\t\t\t\tupdateReleaseList(cb_proje...
[ { "docid": "16f78705e5f80cc2737dd79fc3c7128c", "score": "0.7333283", "text": "@Override\n public void onComboButtonClicked() {\n \n }", "title": "" }, { "docid": "5d30b0e450eb462617447b8193244a98", "score": "0.72188336", "text": "private void jComboBox1ItemStateChanged(j...
5cb371d9a2987950e2f76744611463c1
/ renamed from: d
[ { "docid": "4dc6beeb39bed7f5172ab651d55cfd5a", "score": "0.0", "text": "void mo1525d();", "title": "" } ]
[ { "docid": "ad9ac91ff8a07049ad27f9b53681dab3", "score": "0.68993205", "text": "@Override\n\tpublic void d() {\n\n\t}", "title": "" }, { "docid": "b07051eb10080451d078bc7b2a62e80d", "score": "0.68305033", "text": "public void d() {\n }", "title": "" }, { "docid": "d...
6983c6c9fa654e2a40f085090d9b4dc7
Load the different images on the screen TODO: add ids and drawables here. They come from the res/drawable?dpi folder and res/layout folder
[ { "docid": "3246038b330f747e22ae03c64870b399", "score": "0.7442109", "text": "private void loadPictures() {\n\t\tmDressPic = new Picture(\n\t\t\t\t(ImageView) findViewById(R.id.dress_iv), R.drawable.dress, this);\n\t\tmDressPic2 = new Picture(\n\t\t\t\t(ImageView) findViewById(R.id.dress2_iv), R.drawabl...
[ { "docid": "c8632133d267482774edc4696c7c2a60", "score": "0.7848007", "text": "private void loadImages() {\n bgImg = loadImage(\"bg.png\");\n minionImg = loadImage(\"minion.png\");\n jumperImg = loadImage(\"jumper.png\");\n bossImg = loadImage(\"boss.png\");\n turretImg = loadImage(\"turret.png\");\...
1b8de6d0d7ef1739f7377667ca58e7cd
List all the deny policies that are attached to a resource. A resource can have up to 5 deny policies.
[ { "docid": "97b875657191eaf4b00d5ad1a7710f43", "score": "0.71500456", "text": "public static void listDenyPolicies(String projectId) throws IOException {\n // Initialize the Policies client.\n try (PoliciesClient policiesClient = PoliciesClient.create()) {\n\n // Each deny policy is attached ...
[ { "docid": "197a9bb90899a1b8376276b38fa8cba2", "score": "0.63286483", "text": "public Iterable listAllPolicies() {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "a33d50c202d4908824cb79188d78bf5d", "score": "0.6320191", "text": "@Override\r\n\tpublic List<Policy> viewAllPolicies(...
04ea7411ddf97bfc271293bc3e7796c6
average latency in microseconds
[ { "docid": "fe82660c1b444d66c63c26742a4afceb", "score": "0.74228287", "text": "public float avgUsecLatency() { return navgUsecLatency(address()); }", "title": "" } ]
[ { "docid": "2bb55e4f894fac386401f47669c1c41c", "score": "0.71904796", "text": "public double getAverageThroughput() {\n long elapsedTime = getElapsedTime();\n if (elapsedTime <= 0)\n return bytesSinceStartTime;\n else\n return (((double) bytesSinceStartTime) / ...
37be12ded973589018f9c154409e680e
POST /viewpolicies : Create a new viewPolicy.
[ { "docid": "032d03f07672cbead641117a882179d0", "score": "0.75100327", "text": "@PostMapping(\"/view-policies\")\n @Timed\n public ResponseEntity<ViewPolicyDTO> createViewPolicy(@RequestBody ViewPolicyDTO viewPolicyDTO) throws URISyntaxException {\n log.debug(\"REST request to save ViewPolic...
[ { "docid": "03d9a3d53c7cf7fbaa9150be5557f6ff", "score": "0.60874444", "text": "PolicyController createPolicyController(String name, Properties properties);", "title": "" }, { "docid": "9bb5ba04678112253396ffa5d35f185c", "score": "0.56649524", "text": "@Override\n\tprotected void crea...
499eb1f9203d4c06015b50075373b75b
RESTFul service endpoint that returns all the stores
[ { "docid": "736626eee3770492a189ccafaf0dc1b3", "score": "0.80269325", "text": "@RequestMapping(\"/api/stores\")\n @ResponseBody\n String stores() {\n return storeService.getStores();\n }", "title": "" } ]
[ { "docid": "e52e38b184ead9e16c64571f455cea35", "score": "0.72988516", "text": "List<Store> findAll();", "title": "" }, { "docid": "60d357c3ea4edaa1c1cb8f6a91c7d6f9", "score": "0.6959781", "text": "@Override\n\tpublic List<AdStore> findAllStores() {\n\t\treturn this.adStoreDAO.findAll...
50930c68ccacc3ea28368b670bc64399
Returns true if the address passed in is a valid MMS address.
[ { "docid": "ab39b29a4d39ce9fa97e1547b336f99c", "score": "0.8834109", "text": "public static boolean isValidMmsAddress(String address) {\n String retVal = parseMmsAddress(address);\n return (retVal != null);\n }", "title": "" } ]
[ { "docid": "91505db76b0f872c2e038cfd8ca242ae", "score": "0.7232317", "text": "private boolean validateAddress() {\n Log.v(sTAG, \"validateAddress()\");\n\n address = etAddress.getText().toString().trim();\n\n return address.matches(REGEX_ADDRESS);\n }", "title": "" }, { ...
bba05485db5cdf397ddcd176cfc79e50
Constructor from byte array
[ { "docid": "3a550087b2d3590908d9e1debd39c0ed", "score": "0.0", "text": "public ApparentWindDirection(@NonNull byte[] values) {\n mApparentWindDirection = BLEUtils.createUInt16(values, 0);\n }", "title": "" } ]
[ { "docid": "3051300d96a733111bb195075e247d62", "score": "0.7563765", "text": "public abstract void fromBytes(byte[] bytes);", "title": "" }, { "docid": "5e5422796952babbf2d2e5c654185243", "score": "0.7388699", "text": "void fromBytes(byte[] bytes);", "title": "" }, { "doc...
990259819ae18b4a6330863694f42813
received from operator, send to bots
[ { "docid": "11e58a2d18eb8d87d94912eeea85e33a", "score": "0.0", "text": "@Override\n public void updateSearchTerms(String searchTerm, boolean addTerm) {\n boolean exists = false;\n for(String s: searchTerms){\n if (s.equals(searchTerm)) {\n exists = true;\n ...
[ { "docid": "3a70fb9f94a6175b39bf534fb8f8c0ef", "score": "0.6432322", "text": "private void leaderSend() {\n }", "title": "" }, { "docid": "e29427776a2e504ada740593907e47c5", "score": "0.61681545", "text": "void onCommandSent(Command command);", "title": "" }, { "docid"...
5820ee23381adc161ab122ddcbb77a2a
Gets the size chosen by the player
[ { "docid": "98d1574c63401e43d78656f7cf10dd50", "score": "0.0", "text": "public int getMapSize(){\n \n try {\n spinnerSize.commitEdit();\n } catch (ParseException ex) {\n Logger.getLogger(StartView.class.getName()).log(Level.SEVERE, null, ex);\n }\n ...
[ { "docid": "10df1157fe556dea254d73c027ace0ee", "score": "0.7818456", "text": "public int getSize(){\r\n\r\n return gameSize;\r\n }", "title": "" }, { "docid": "c49fb26f28e6d1f50a81daeec24887f7", "score": "0.7539255", "text": "public int playerSize() {\n\t\treturn this.playe...
86f5d7f874cef591bdac8e8b4d673fc0
make period for the creating of notif: 1 minute. Using for this goal: Timer class
[ { "docid": "3df2ef60077902d82e3953ba2dddeec3", "score": "0.0", "text": "@Override\n public void onCreate() {\n super.onCreate();\n timer = new Timer();\n timer.schedule(timerTask, 0, 60000);\n }", "title": "" } ]
[ { "docid": "0d439892b0746574beab42b04ed8c011", "score": "0.6837076", "text": "Timer getTimer();", "title": "" }, { "docid": "dd29bbe4cc5aab5d1c98ec6188f700d6", "score": "0.6679298", "text": "private static void timerTest4() {\n\t\tCalendar calendar = Calendar.getInstance();\n\t\tcale...
7b95c3e0006d04aff07bce10eb19f751
Returns the vertices adjacent to vertex v in this digraph. Parameters: v the vertex Returns: the vertices adjacent from vertex v in this digraph, as an iterable Throws: IllegalArgumentException unless 0 <= v < V
[ { "docid": "5b713f2335a3a2d05e7e87188606f470", "score": "0.67080367", "text": "public ArrayList<Integer> adj(int v) {\n\t\tArrayList<Integer> adjVector = new ArrayList<Integer>();\n\t\tfor (int u : DG.adj(v)) {\n\t\t\tadjVector.add(u);\n\t\t}\n\t\treturn adjVector;\n\t}", "title": "" } ]
[ { "docid": "07f46c8b0a795eef8c9a123b4d01390f", "score": "0.82138956", "text": "public Collection<Vertex> adjacentVertices(Vertex v) {\n \tif (v == null || !vertexEdgeRelations.containsKey(v)) {\n \t\tthrow new IllegalArgumentException();\n \t}\n \tSet<Vertex> adjVertex = new HashSet<Vertex>(...
c5eebb7ab0764f5e9a9d7b0b24d1bdc5
The class holding records for this type
[ { "docid": "909f48dfe9bdac21323081f327b35e50", "score": "0.0", "text": "@Override\n\tpublic java.lang.Class<com.qunar.coach.machine.dao.model.tables.records.MachineInfoRecord> getRecordType() {\n\t\treturn com.qunar.coach.machine.dao.model.tables.records.MachineInfoRecord.class;\n\t}", "title": "" ...
[ { "docid": "9e7af5290c5c9462d3f24f3ee32a4fb2", "score": "0.65994185", "text": "private RecordType () {\r\n }", "title": "" }, { "docid": "5b8c0d737dd73d824d8078c89e8b563c", "score": "0.6517824", "text": "@Override\n public Class<ClassifyRecord> getRecordType() {\n return...
b6c8e290d1fb592cc8ebe1751b17d073
Test from client node to get cache elements through cache API.
[ { "docid": "4bc43d5a3c7ab025043a9a317b4c36fd", "score": "0.0", "text": "@Test\n public void testClientSqlFieldsQuery() {\n SqlFieldsQuery qry = new SqlFieldsQuery((\"SELECT * FROM \" + (GridCacheDynamicLoadOnClientTest.FULL_TABLE_NAME)));\n Assert.assertEquals(GridCacheDynamicLoadOnClie...
[ { "docid": "60d82ce3b65e742787d75a00efb986f8", "score": "0.73215497", "text": "@Test\n public void testCoh3710_get()\n {\n doExpiryOpTest(new Runnable()\n {\n public void run()\n {\n assertNull(getNamedCache(getCacheName0()).get(Intege...
d32b0bfcaa519d257436be78e5d33976
Tile the background image
[ { "docid": "9bb97426e0dd167289862b130dca7963", "score": "0.0", "text": "public void render(Graphics g) {\n\t\tfor (int i = 0; i <= App.SCREEN_WIDTH; i+= World.tile_size) {\r\n\t\t\tgrass.drawCentered(i,384);\r\n\t\t\tgrass.drawCentered(i,672);\r\n\t\t\tfor (int j = (336 - tile_size); j > 48; j-= World.t...
[ { "docid": "fc3387e7606b0a4aff5d6ade183f7688", "score": "0.74757874", "text": "private void createBackground() {\n try {\n FileInputStream file = new FileInputStream(\"res/sprites/background.png\");\n Image bgImage = new Image(file, PANE_WIDTH, PANE_HEIGHT, false, true);\n ...
7e693a83efb8dbd31518cd51b6f966c5
Get a list of all cores that have data stored in the database. Warning: this is a potentially expensive operation!
[ { "docid": "5233081aff8f8f7403a0994955c7c482", "score": "0.6701328", "text": "List<CoreLocation> getCoresWithStorage() throws StorageException;", "title": "" } ]
[ { "docid": "65d794c580df9207cdd14e99274974f2", "score": "0.66627896", "text": "public ArrayList<String> getAvailableCores() throws RemoteException;", "title": "" }, { "docid": "9e6de857db451226b9692c14222a2e44", "score": "0.6658286", "text": "public Set<ShipPowerCore> getPowerCores()...
137ab40b46acf460e82ef069f2c7b3cc
Creates new form CategoryPanelVisual
[ { "docid": "12d6b5bea5d54e04d3e1ee651f03842f", "score": "0.7984978", "text": "public CategoryPanelVisual() {\n initComponents();\n }", "title": "" } ]
[ { "docid": "78716e7f40231ec3a19428360654f8d1", "score": "0.67703253", "text": "private void addCategory() {\n categoryButton = new JButton(category.getName());\n categoryButton.setFocusable(false);\n categoryButton.setFont(CATEGORY_FONT);\n categoryButton.addActionListener(ne...
d3ad8163e65f9d67bc7dd6c40174155f
change suggest list when user type in search bar
[ { "docid": "1579bc170f01db9705fa907a2187f0ed", "score": "0.7626232", "text": "@Override\n public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) {\n List<String> suggest=new ArrayList<>();\n for (String search:suggestList){\n ...
[ { "docid": "0b50fdbd1402008876e5660a5beb5abc", "score": "0.7869589", "text": "@Override\n public void onTextChanged(CharSequence s, int start, int before, int count) {\n\n List<String> suggest = new ArrayList<>();\n for (String search:suggestList) //loop in sugge...
5c7723568a94536978991bcee03ee237
Creates a new Scope for the given property and with the given rules.
[ { "docid": "135f7622d297705b8bb17af595fc7d8f", "score": "0.533172", "text": "public Scope (String fileName, String name, Rule... rules)\n {\n this.fileName = fileName;\n this.name = name;\n _rules = rules;\n }", "title": "" } ]
[ { "docid": "748c6107f4d99bd9bb3a8d77159728bf", "score": "0.5487625", "text": "abstract Scope newScope(final String scopeName);", "title": "" }, { "docid": "34537f9114bcbc83e6e0fe7aae80efcd", "score": "0.5243224", "text": "public Rule instantiate() {\n IdentityHashMap<Variable,...
47604bb9aafba54b0bd92ef6846a2977
Checks for win by comparing player points. First player to reach 10 points will win the game and the method will display the correct win screen.
[ { "docid": "83617b9d4f31c21a8efaedf2516810ba", "score": "0.0", "text": "private void updateBallSpeed() {\r\n\t\tif (ballHits == 30) {\r\n\t\t\tthis.xVel *= 1.02;\r\n\t\t} else if (ballHits == 20) {\r\n\t\t\tthis.xVel *= 1.01;\r\n\t\t} else if (ballHits == 10) {\r\n\t\t\tthis.xVel *= 1.008;\r\n\t\t} else...
[ { "docid": "916a5b714f1de3ae89aa7a34b1d3b17f", "score": "0.7935175", "text": "private void checkWin() {\r\n\t\tif (playerOnePoints == 10) {\r\n\t\t\taudioManager.stopAll();\r\n\t\t\tgame.setScreen(new IceCreamWin(game));\r\n\t\t} else if (playerTwoPoints == 10) {\r\n\t\t\taudioManager.stopAll();\r\n\t\t...
68ec58c7e11293ac5e8e1409d5c85350
Get all the columns in the SQL.
[ { "docid": "c1b3539a4f0bd9985b919f168b1aaff6", "score": "0.7274566", "text": "public abstract Columns getAllColumns();", "title": "" } ]
[ { "docid": "86f500e70beb55ea57947691c66ca5cf", "score": "0.76021296", "text": "public ArrayList<String> getColumns() {\n \t\tColumnsVisitor col = new ColumnsVisitor();\n \t\t\n \t\treturn col.getColumns(select);\n \t}", "title": "" }, { "docid": "3c80904bd8495585d27f3dc3612c89a0", "score...
f9a12bf25adb4d5044b5d5fe6290d0d4
Gets the checkNumber value for this ElectronicCheckData.
[ { "docid": "e59cc74e1f67519be9a16e1eb20a13fc", "score": "0.7436611", "text": "public java.lang.String getCheckNumber() {\n return checkNumber;\n }", "title": "" } ]
[ { "docid": "99643c03fef17cf3f1315d876f97461c", "score": "0.7275875", "text": "public java.lang.String getCheck_number() {\n return check_number;\n }", "title": "" }, { "docid": "631119b568f0c1d6e1afd9cc3a2e6be7", "score": "0.70517373", "text": "protected String getCheckNo()...
319334322b83e7e0a983f7c42e9c828d
Invoke a user supplied parse action.
[ { "docid": "96097bef7e08fade135bd8967348a018", "score": "0.59196347", "text": "public java_cup.runtime.Symbol do_action(\n int act_num,\n java_cup.runtime.lr_parser parser,\n java.util.Stack stack,\n int top)\n throws java.lang.Exce...
[ { "docid": "3693398722ea655008c2a403d1898468", "score": "0.7102955", "text": "private interface ParsingAction {\n void execute(AfmParser parser, StringTokenizer st);\n }", "title": "" }, { "docid": "376cf5443b0db00e642ea2fcdf845ce4", "score": "0.65339345", "text": "public f...
a5c372b1fa2fe8707efee4b5c4175d82
CDT General Header Constraints Contains zero or one [0..1] dataEnterer, such that.
[ { "docid": "271e1f6d851a0256bebba5a43954e8c9", "score": "0.0", "text": "DataEnterer withDataEnterer();", "title": "" } ]
[ { "docid": "3e0e5c0bea1a70b98cdb829f7fd8d5a2", "score": "0.5434507", "text": "private void doElectHeader(){\n //get Node that has the highest weight value\n Node hn = routing.getCurrentNode();\n double lowvalue = hn.getSpecWeight();\n System.out.println(\"current node weight:...
af59638fbbfc6d60337935597ba87c5d
will get the instance of the configuration and update the line stroke
[ { "docid": "58aaa6b6f94694928f10950bb355f5f2", "score": "0.0", "text": "public void changeStokeSie(int value){\n getDoilyConfig().setStrokeSize(value);\n }", "title": "" } ]
[ { "docid": "a93ee41901be62a5ccacedef35dce494", "score": "0.57160187", "text": "public void setGraphicsSettings(Graphics2D g){\n\t\tg.setColor(lineColor);\n\t\tg.setStroke(new BasicStroke(lineThickness));\n\t}", "title": "" }, { "docid": "09d925143d4f041bafe94de5b1a9182a", "score": "0.571...
29f70df000e813298de21e34bee2d8e5
Returns all elements of this collection in an array.
[ { "docid": "c84ae4bb6b868c2bead2ac023e86ef4c", "score": "0.0", "text": "public Component[] componentsToArray() {\n\t\treturn (Component[]) components\n\t\t\t\t.toArray(new Component[components.size()]);\n\t}", "title": "" } ]
[ { "docid": "c13ddede9163648e0ebca2608832751d", "score": "0.7983319", "text": "public Object[] toArray() {\n return Arrays.copyOfRange(collection, 0, elementCount);\n }", "title": "" }, { "docid": "a706d17fce172f93bad8febd687f2f04", "score": "0.77696365", "text": "public Arr...
67a9ceb64ef60886872b793424a5c356
Starts the plugin, launches a new Socket inside HttpMirror
[ { "docid": "65e80aae8720fc2c14ec8a2b0ea17405", "score": "0.5480692", "text": "public void startPlugin() {\n if (getPluginStatus() == PluginStatus.DISABLED) {\n onEnable();\n mirror.run();\n setPluginStatus(PluginStatus.RUNNING);\n } else if (getPluginStatus...
[ { "docid": "67305c5185b2df68d585e2c276cf1963", "score": "0.65476125", "text": "public void start() {\n\t\tlooperService.submit(new ConnectorEventLoop(connectionHandler, socket));\n\t}", "title": "" }, { "docid": "980f78cdf277cb10500ea23330d613ff", "score": "0.6244081", "text": "@Over...
da7a1724ea320c04d2d8d1570a94f252
/ renamed from: g
[ { "docid": "8423dd3138bd45178cfd8c465883346c", "score": "0.0", "text": "public void mo3174g() {\n BluetoothGattCharacteristic p = m8661p();\n if (p == null) {\n f7355a.error(\"requestWifiInfo(), character is null\");\n return;\n }\n if (this.f7374t != nu...
[ { "docid": "818217c57a084188f2e080fe543ac788", "score": "0.7293466", "text": "@Override\n\tpublic void g() {\n\n\t}", "title": "" }, { "docid": "2d3bbbbe87a06db6ab00351682517e6e", "score": "0.6766068", "text": "java.lang.String getG();", "title": "" }, { "docid": "c34b12c...
59247b7d859b857df23cb02d2bd611ee
Method to make the status blocked
[ { "docid": "6ae02e4b75bf89bf62b7cc13724d9977", "score": "0.8407914", "text": "public void setBlockedStatus(){\n this.status = this.status.setBlocked();\n }", "title": "" } ]
[ { "docid": "2e91927ccbfd6a13de1611015b33c8bb", "score": "0.7408866", "text": "void setBlocked(boolean blocked);", "title": "" }, { "docid": "ff6aa2aad2df11c4598a3de98cde9a3e", "score": "0.73587894", "text": "public void setBlocked(boolean b) { \n \tblocked = b; \n }", "titl...
424ad8c48c9c272cddc0550dbc6d9467
Gets the export phase.
[ { "docid": "e104cae43b193e9678a96ecab9b1902f", "score": "0.8359979", "text": "public String getExportPhase() {\r\n return exportPhase;\r\n }", "title": "" } ]
[ { "docid": "54091666174ea7b34338efce0eab8f8b", "score": "0.6661786", "text": "String getPhase();", "title": "" }, { "docid": "ec0c4b97fd29f01fbf0ec6e375252d17", "score": "0.65449697", "text": "public void setExportPhase(String exportPhase) {\r\n this.exportPhase = exportPhase;...
80d76d48a55231ba4866bffa2f5fedbb
/ Define a handler method which will read the newsId from request parameters and remove an existing news by calling the deleteNews() method of the NewsRepository class.This handler method should map to the URL "/delete". Post deletion, the handler method should be redirected to the default URL i.e. "/"
[ { "docid": "213d3955e8db01583451cb527ee2491c", "score": "0.7260109", "text": "@GetMapping(\"/delete\")\n\tpublic String deleteNews(int newsId, ModelMap mp) {\n\t\tnewsDao.deleteNews(newsId);\n\t\treturn \"redirect:\"+\"/\";\n\t}", "title": "" } ]
[ { "docid": "ae2c90677b67d7210a07ce4b71b3e56b", "score": "0.6352557", "text": "public ResponseEntity removeArticle(@RequestParam(\"articleNO\") int articleNO,\n\n HttpServletRequest request, HttpServletResponse response) throws Exception;", "title": "" }, { "doci...
cb68ecfcd6d7ab7c4ae106d10020f1b7
/ renamed from: o
[ { "docid": "cdf4f8d167ecf02e6b10ab512f1db817", "score": "0.0", "text": "public final void accept(Throwable th) {\n this.cSS.b(this.$direction).YT().getAndAdd(-100);\n }", "title": "" } ]
[ { "docid": "762ae6685d4e2bde57d22fa61b4295bb", "score": "0.65945375", "text": "public String getO()\r\n/* 33: */ {\r\n/* 34:42 */ return this.o;\r\n/* 35: */ }", "title": "" }, { "docid": "44db3e91fe5d1901a004da982b53c738", "score": "0.6326835", "text": "@Override\n\tpubl...
bd36c1f07e6d3f73541d332ab62ca848
TODO(b/232042367): Consolidate the activity create handling so that we can handle crossprocess the same as normal.
[ { "docid": "b04a614cab895d9722801c3fe1b4e052", "score": "0.5560417", "text": "@Override\n public Instrumentation.ActivityResult onStartActivity(@NonNull Context who,\n @NonNull Intent intent, @NonNull Bundle options) {\n\n final Activity launchingActivity;\n i...
[ { "docid": "bc53f9ca5a6040216da874c1d321f6fe", "score": "0.66700584", "text": "public void create(Activity activity) {\n\t\t\n\t}", "title": "" }, { "docid": "0df267b601b07d4d18dfc3363e2788f1", "score": "0.6136995", "text": "Activity createActivity();", "title": "" }, { "...
f93d83546bd488d763b7a329334d0a64
Constructor por defecto de Invitado
[ { "docid": "9b036b7f25dd5f05e397140d9190ce8b", "score": "0.81536937", "text": "public Invitado() {\n\t\tthis(\"\", 0, \"\", \"\");\n\t}", "title": "" } ]
[ { "docid": "a1abd0869663487d3a47c9cc1ea306cf", "score": "0.7892388", "text": "public Invite() { }", "title": "" }, { "docid": "5d75f93a66d61cbc3b65893173e7572f", "score": "0.7883624", "text": "public Investor() {// default no arg constructor\n\t\tsuper();\n\t\t// TODO Auto-generated ...
af087b6b89c3ffb758244ae5c5ec1040
VERIFICAR SE PODE DEVOLVER MISSIONARIO
[ { "docid": "3503302fabdb3ee2217521ca5d83a98f", "score": "0.0", "text": "public boolean verifyBackMessionary(int quantity) {\n boolean canBack = false;\n int tC = 0, tM = 0;\n\n for (int i = 0; i < margem2.length; i++) {\n if (margem2[i] != null) {\n if ((ma...
[ { "docid": "4a127ec28205d7a93eda9a23f329bc4c", "score": "0.6499733", "text": "@Override\r\n\tprotected Animale decidiProssimoObiettivo() {\n\t\tList<Animale> all= new ArrayList<Animale>();\r\n\t\t\r\n\t\t//PRIMA DELL' ETA SONO COME I GIALLI\r\n\t\tif(this.getEta()<CostantiSimulazione.MIN_ETA_RIPRODUZION...
713654e33c2480460f85b65cc5a353ed
Renvoie le complexe sous forme de chaine de caractères.
[ { "docid": "b0d5688cc0de842440eb858ce3c077cf", "score": "0.0", "text": "public String toString()\n\t{\n\t\tif(partieImaginaire == 0)\n\t\t\treturn partieReelle + \"\";\n\t\tif(partieReelle == 0)\n\t\t\treturn partieImaginaire + \"i\";\n\t\tif(partieImaginaire > 0)\n\t\t\treturn partieReelle + \" + \" + ...
[ { "docid": "1b62982d80c41bfbf3a263207146b426", "score": "0.64707863", "text": "public String getComplex() {\r\n return complex;\r\n }", "title": "" }, { "docid": "5a5e54711abc4490514388bb3f4e9640", "score": "0.62464386", "text": "public Complexe(Complexe ref)\n\t{\n\t\tthis...
25ca960e302c3c7a0b68476eb793804b
Delete a notification profile Delete a notification profile.
[ { "docid": "440b7c962409590bfab73966a165ed3a", "score": "0.7000503", "text": "public CreateNotificationProfile200Response deleteNotificationProfile(UUID id) throws ApiException {\n return deleteNotificationProfileWithHttpInfo(id).getData();\n }", "title": "" } ]
[ { "docid": "2d7409b5965e580b60a081e6e6a3fff6", "score": "0.7517828", "text": "@Override\r\n\tpublic void delete(UserProfile uProfile) {\n\t\t\r\n\t}", "title": "" }, { "docid": "265cef9fe8f8b3a23555ab2c498e04b8", "score": "0.69496715", "text": "public void deleteUserDelegation(Profil...
0b638d57d1a92a2907af4cb9dba8fec6
area probabilista lanzando k puntos A=casos favorables/casos posibles
[ { "docid": "ae5050d93b3d107fbbd791a33fc732e9", "score": "0.0", "text": "public double areaNumericoP(int k){\r\n\t\treturn 2*super.areaNumericoP(k);//*2 es para la parte de abajo\r\n\t}", "title": "" } ]
[ { "docid": "c1f3915b10973d301fd3ec17c5b66ba1", "score": "0.66174406", "text": "public void seleccionarParaReproduccion() {\n\t\t// TODO Auto-generated method stub\n\t\tthis.ruleta = new ArrayList<>();\n\t\tthis.poblacionPostRuleta = new ArrayList<>();\n\t\tdouble aptitudTotal = 0;\n\t\tfor (int i = 0; i...
5a716a331fd512ce9b27f28999b0a0f0
Loop which returns information from the Student class.
[ { "docid": "d852274a1f16a454417ac8c9ff54112e", "score": "0.0", "text": "public String toString()\n {\n String outString = \"\\nStudent Id: \" + studentId;\n outString += \"\\nStudent Name: \" + studentName;\n outString += \"\\nAssignments: \\n\";\n for(Assignment assignment : a...
[ { "docid": "719acfc4c33dc861a621c082f3dbc7a8", "score": "0.7004986", "text": "public void listAllStudents() {\n \n Iterator it = repo.findAllStudents().iterator();\n while(it.hasNext()){\n Student s = (Student)it.next();\n System.out.println...
ebeaa7a3fd6c97947f96b8be49dbe679
Returns the object's sector.
[ { "docid": "31780df89b328add7e3ddeaaff745946", "score": "0.81989884", "text": "public Sector getSector()\n {\n return sector;\n }", "title": "" } ]
[ { "docid": "6c807e5d656acea08bd65db919057da1", "score": "0.83808124", "text": "public Sector getObjectSector()\n {\n return this.objectSector;\n }", "title": "" }, { "docid": "d61a37ca4a8a36f7b39eb8b498a4595c", "score": "0.82634866", "text": "public int getSe...
b57384335c197bacc399fd174d588041
Msg msg = new MobileMsgPro(); >
[ { "docid": "df34a76773a04a98c712c38d3dce179c", "score": "0.6482554", "text": "public static void main(String[] args) {\n Msg m1 = new MsgFree(new PCMsgImpl());\n m1 = new MsgPro(new MobileMsgImpl());\n }", "title": "" } ]
[ { "docid": "eda3e552ba86d4c8b18f1875c90426ea", "score": "0.69324327", "text": "public MessageImmulite2000() {\n }", "title": "" }, { "docid": "804a5d4feb8ca7adeb397c7dd52e4f5b", "score": "0.68356407", "text": "public ProMsgReceived () {\n\t\tsuper();\n\t}", "title": "" }, ...
5e185150f8b61ce5105970ef4a853eb6
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.
[ { "docid": "961869c192e52e73c0c5e4de9dd0886d", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jPanel1 = new javax.swing.JPanel();\n jLabel1...
[ { "docid": "17113ab7a06544a62482637e283ac13d", "score": "0.7393503", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n }", "title": "" }, { "docid": "da5c4ff83...
f3e38193dc99646c27554a8460590f39
Finding the minimum tempature
[ { "docid": "867bd4e7108efd16814a91f2a7b689af", "score": "0.7307546", "text": "public static int minTemp (int[][] weatherData) {\n int min = weatherData[0][0];\n for (int row = 0; row < weatherData.length; row++) {\n for (int col = 0; col < weatherData[row].length; col++) {\n ...
[ { "docid": "047b5f48a1a5ba32a3ee8e69661a2a9a", "score": "0.84080964", "text": "double getMinimumTemperature();", "title": "" }, { "docid": "9e6445b21fc4aed7c3215f22a279d4f1", "score": "0.78891355", "text": "public double getMinimumIdealTemperature() { return minIdealTemp; }", "ti...
0410c75f5032cc40198c8949e0762bd7
This method will do the basic validation of badge assertion request.
[ { "docid": "ab0d5be4302c88679e8c8714d81c3055", "score": "0.7738643", "text": "public static void validateBadgeAssertion(Request request) {\n\n if (StringUtils.isBlank((String) request.getRequest().get(BadgingJsonKey.ISSUER_ID))) {\n throw new ProjectCommonException(\n ResponseCode.issue...
[ { "docid": "bbcf27e39ea9a8905969f59168e9bce0", "score": "0.74855965", "text": "public static void validategetBadgeAssertion(Request request) {\n if (StringUtils.isBlank((String) request.getRequest().get(BadgingJsonKey.ASSERTION_ID))) {\n throw new ProjectCommonException(\n ResponseCode....
b4d7b0d8d487f25ac2f3f1ab29daeb39
Public constructor is required by servlet spec
[ { "docid": "3117f5acff84c0a2ab35a4bbe9e985a5", "score": "0.0", "text": "public LoginListener() {\n }", "title": "" } ]
[ { "docid": "070af539576a89c1ebafc53da89dbc87", "score": "0.74985665", "text": "public UtilServlet()\n\t{\n\t\tsuper();\n\t}", "title": "" }, { "docid": "96a8a103bdf721853d0654da95cb6957", "score": "0.74885505", "text": "public HTTPRequestProcessingImpl() {\n\t}", "title": "" },...
2e446234a5cae8c8fed4632e400782ec
Method that generates the heartbeat values line
[ { "docid": "92fc99755f7036e593cd838ac203d2d5", "score": "0.6435553", "text": "private static String generateHbLine(Session session, String uuid){\n String hbLineToWrite = \"BPM : \" + SEPARATOR_COLUMN_CSV;\n for(int i=0; i<session.getPlayerSessionDataMap().get(uuid).getPlayerHeartBeatData(...
[ { "docid": "72369873a7b3b10cf6f774d3ce358dc2", "score": "0.61210006", "text": "private static String generateHbDateLine(Session session, String uuid){\n String hbDateLineToWrite = \"Date : \" + SEPARATOR_COLUMN_CSV;\n for(int i=0; i<session.getPlayerSessionDataMap().get(uuid).getPlayerHear...
5450bb55690b067d0e315b4c6310d1d8
/\ Scope definition \
[ { "docid": "ccf60ca0ea8841550349e1a977fb869e", "score": "0.0", "text": "public Compiler begin() {\n currentScope++;\n return this;\n }", "title": "" } ]
[ { "docid": "787b55ac94db9c15b9fc782ef1f4b12a", "score": "0.76010895", "text": "int getScope();", "title": "" }, { "docid": "6ba08f6b5f2bf6ecda045f54f159bf9b", "score": "0.75623745", "text": "Scope getScope();", "title": "" }, { "docid": "7498bf48a97d4b4eb1698a626797ad71",...
8107a33b7636b2fa9b2a815e3520ed99
Create detection signs function with this statement using info.
[ { "docid": "cee50795959d5616d71f6eaba45ecf5f", "score": "0.0", "text": "@Override\n public Constraint DangerousVariablesF(int id, TrashSet info, String next_node_name) {\n FunctionDangerousVariables functionDangerousVariables = new FunctionDangerousVariables(this, info);\n VariableSet v...
[ { "docid": "c0ecce7dc459062b77fb549b0ec27a54", "score": "0.5400154", "text": "public static void signature(){\n System.out.println(yours + \"\\n\" + sign + \"\\n\"); \n }", "title": "" }, { "docid": "47a5c423614f3c4c9a38e0e198162a39", "score": "0.5386232", "text": "LTSign creat...
10a85380f0f931b0f7cadd901e0f6a4c
This method was generated by MyBatis Generator. This method sets the value of the database column hkt_lm.title_show
[ { "docid": "658547c9c09ef47d37cce5f4786c3828", "score": "0.62830627", "text": "public void setTitleShow(Byte titleShow) {\n this.titleShow = titleShow;\n }", "title": "" } ]
[ { "docid": "2ca0ded56aaa95ba0e9a29f8f62895a1", "score": "0.68259656", "text": "@Column(name=\"title\",length=500)\n @Field\n public String getTitle() {\n return title;\n }", "title": "" }, { "docid": "2973bd460dbfbdd466e1ddd529a77f2e", "score": "0.62991136", "text": "...
846e9d65ae9a270a019b8f7bd95a85d7
Sets the procedure costs
[ { "docid": "156b506ab32441bbe037cf383b6b6f3f", "score": "0.0", "text": "@JsonProperty(\"price\")\n public void setPrice(Double price) {\n this.price = price;\n }", "title": "" } ]
[ { "docid": "a4f820e5563a5b41e0319fff863cb34d", "score": "0.67615867", "text": "public void setcost(double c){\n cost=c;\n }", "title": "" }, { "docid": "b9b731722a51084e58cc3868894cd6c1", "score": "0.6609015", "text": "public void setCost(double c){\r\n cost = c;\r\n...
b4819a3b124b1667de2f3d68fc28ac80
optional int32 repeat = 4;
[ { "docid": "784c7a0201b8ff787592b3e3893574e8", "score": "0.0", "text": "public Builder clearRepeat() {\n \n repeat_ = 0;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "63f31e62e6fb1508f30d68b09b9471d9", "score": "0.7855845", "text": "int getRepeat();", "title": "" }, { "docid": "da0ee69c987c0c07592ddb841dd8922f", "score": "0.72923154", "text": "public void setRepeat(int repeat){\n if(repeat < 0){\n this.repeat = 0;\n ...
2cf594102393d9d58b170f203aef68a7
called if the traversal passes a ValidationResultType
[ { "docid": "2a6c4b3661753bdc0429500a907a5a6a", "score": "0.67456657", "text": "public void passValidationResultType(ValidationResultType resultType);", "title": "" } ]
[ { "docid": "58b3b3f6237c84f55275580a6afc50ed", "score": "0.68123025", "text": "public void passValidationResult(ValidationResult validationResult);", "title": "" }, { "docid": "cc5640095f18f0e2e28eb022a4da259b", "score": "0.6006679", "text": "public void passValidationResultEntry(Val...
6ecf356ce8b76bb2ba00ae3c4027f8f9
Number may not be negative
[ { "docid": "257ea90dc634dfc2485aad6fbb91689c", "score": "0.62608206", "text": "public static String Hudson_NotANonNegativeNumber() {\n return holder.format(\"Hudson.NotANonNegativeNumber\");\n }", "title": "" } ]
[ { "docid": "aba023c5b316a4edbcc6b39f9f80e698", "score": "0.7122352", "text": "public boolean negativeNum(int x)\n {\n return x<0;\n }", "title": "" }, { "docid": "c11a499b8399cc01ae3d58db7e76a2c1", "score": "0.7078563", "text": "public static void negative(long number)\n...
625212ba3db25f004054b217546ee6e3
mirrror map from right to left
[ { "docid": "8ea5f3b07f6a7889e9e5a49a333fd58a", "score": "0.6084911", "text": "private static void mirror() {\n for (int i = 0; i < height; i++)\n for (int j = 0; j < width / 2; j++)\n map[i][j] = map[i][width - j - 1];\n }", "title": "" } ]
[ { "docid": "d79470835454a3e7e88a65f8930b1d89", "score": "0.61597854", "text": "private void rotateRight(RedBlackMapIdx p) {\n if (p != null) {\n// System.out.println(\"rotateRight(\" + nodeToString(p) + \")\");\n Mutable<Integer> sum = new Mutable<>(0);\n if (ASSE...
8d020130505510798ef75a3191efdaef
/Toast.makeText(mcontext,"Hello Image",Toast.LENGTH_LONG).show(); Intent intent = new Intent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.parse(" "image/");
[ { "docid": "677cb6d8c667ad955b24af13552f5fe5", "score": "0.7334191", "text": "@Override\r\n public void onClick(View view) {\r\n Intent intent = new Intent(mcontext,ImageFullActivity.class);\r\n intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);\r\n\r\n ...
[ { "docid": "f5aa32d444c5e20b85d4fdd2133b1cee", "score": "0.7264219", "text": "private void startShowImageActivity() {\n StrictMode.VmPolicy.Builder builder = new StrictMode.VmPolicy.Builder();\n StrictMode.setVmPolicy(builder.build());\n\n Intent intent = new Intent();\n inte...
f55d37e3a4cc7b231731aac52a9a1049
The title of a chat was changed.
[ { "docid": "952549f700088fa78e4af62d6cd6d837", "score": "0.6747148", "text": "public UpdateChatTitle(long chatId, String title) {\n this.chatId = chatId;\n this.title = title;\n }", "title": "" } ]
[ { "docid": "5f3749a5c6d10240d68b9b051988d852", "score": "0.7273745", "text": "public MessageChatChangeTitle(String title) {\n this.title = title;\n }", "title": "" }, { "docid": "953147df9a1041a6aa1190746dc2dd97", "score": "0.71262103", "text": "public PushMessageCo...
cd67293fddf294fd0e623f9bdf583538
$ANTLR end "rule__ConsequentRule__Group__1" $ANTLR start "rule__ConsequentRule__Group__1__Impl" ../de.hs_rm.cs.vs.dsm.flow.ui/srcgen/de/hs_rm/cs/vs/dsm/ui/contentassist/antlr/internal/InternalFlow.g:8005:1: rule__ConsequentRule__Group__1__Impl : ( '(' ) ;
[ { "docid": "3385e912a667d9614727b682240c9593", "score": "0.82298917", "text": "public final void rule__ConsequentRule__Group__1__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../de.hs_rm.cs.vs.dsm.flow.ui/src-gen/de/hs_r...
[ { "docid": "d0ae14f279cc6debb12e70f454c4bf2f", "score": "0.8194269", "text": "public final void rule__ConsequentRule__Group__4() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../de.hs_rm.cs.vs.dsm.flow.ui/src-gen/de/hs_rm/cs/vs...
3a98a8d2b86e882441fb8f71bc0d417a
/ METHODS IN INTERFACE Printable Send a print job of the spectrum to the default printer on the system
[ { "docid": "46d95e1c9bd2d1a2cdd3f67dc5a2b85c", "score": "0.0", "text": "@Override\r\n\tpublic void printPanel(PrintLayout pl, OutputStream os, String title) {\r\n\t\tpl.title = title;\r\n\t\tpl.date = apiPlatform.getDateFormat(\"8824\");\r\n\t\tpd.setPrint(pl, \"Helvetica\");\r\n\t\ttry {\r\n\t\t\t((JSV...
[ { "docid": "b3ac0695feddd2cf44a51811e860cdda", "score": "0.73277694", "text": "public void printMe(){ \n\t\n\t PrinterJob job = PrinterJob.getPrinterJob();\n job.setPrintable(this);\n boolean ok = job.printDialog();\n if (ok) {\n try {\n job.print();...
eb24f273e83e04d1db8f8e1928493042
blank row and column
[ { "docid": "1c7aa52873fc2b8aa1559c8d7c928de4", "score": "0.0", "text": "public static void main(String[] args) {\n NumberPuzzle myPuzzle = readPuzzle();\n LinkedList<NumberPuzzle> solutionSteps = myPuzzle.solve(BETTER);\n printSteps(solutionSteps);\n }", "title": "" } ]
[ { "docid": "520fce7f69f0dd9ea2520bc0c27d190d", "score": "0.6937568", "text": "protected void initializeBlankRow() {\n BLANK_ROW.add(COLNUM_ID, EMPTY_STRING);\n BLANK_ROW.add(COLNUM_NAME, EMPTY_STRING);\n BLANK_ROW.add(COLNUM_NETUN, EMPTY_STRING);\n BLANK_ROW.add(COLNUM_GROSS, EMPTY_STRING);\...
48739f46bb2bf29577a55f3a4f8439e2
Directly creates FlowRules using GROUP action (meant for OF1.3 nonOFDPA devices)
[ { "docid": "dff0a1dc511763c4790f435850b0f82c", "score": "0.5211696", "text": "private Set<FlowRule> createNrpFlowRule(String serviceId, CarrierEthernetNetworkInterface srcNi,\n CarrierEthernetNetworkInterface dstNi, VlanId vlanId,\n ...
[ { "docid": "7dba0fde121eefb8d0bac91b52e0f088", "score": "0.6771459", "text": "@Test\n public void testCreationWithPayLoadByGroupTable() {\n final FlowRule rule =\n DefaultFlowRule.builder()\n .forDevice(did(\"1\"))\n .withPriority(22)\n ....
fc120520f5cff377ad7848e3a087ff28
Get the nth prime
[ { "docid": "1012f4960b792b6c9968659a2b696e61", "score": "0.7276847", "text": "public Long primeN(Number n) {\n return primes()\n .limit(n.longValue())\n .skip(n.longValue() - 1)\n .findFirst()\n .getAsLong();\n }", "title": "" }...
[ { "docid": "57a4df449f211e3572e2259c0c70fe27", "score": "0.78613394", "text": "private int nthPrime(int n) {\n if (n < 2) return 2;\n if (n == 2) return 3;\n int limit, root, count = 1;\n limit = (int)(n*(Math.log(n) + Math.log(Math.log(n)))) + 3;\n root = (int)Math.sq...
d7613e818f041785e7783f5800862d30
Create a new BColorChooser whose initial color is white.
[ { "docid": "28d27c74a60e511b8cb0c32c1d8f0a9c", "score": "0.845656", "text": "public BColorChooser()\n {\n this(Color.WHITE, \"\");\n }", "title": "" } ]
[ { "docid": "9adfae86e28a4b5e57da1fc9688a9bb0", "score": "0.66758555", "text": "protected JColorChooser createComponent()\n {\n return new JColorChooser();\n }", "title": "" }, { "docid": "be25724e30494a9dca2521e0b11da5be", "score": "0.62690526", "text": "public SimpleEGLConfigCh...
78884390948f99afec2832821b97cb66
$ANTLR start "declaration" /home/mark/Documenten/School/12bVertalerbouw/workspace/VB_EOVB/src/grammar/Grammar.g:214:1: declaration : ( returnType ( AMPERSAND )? IDENTIFIER ( ( COMMA ( AMPERSAND )? IDENTIFIER )=> ( COMMA ( AMPERSAND )? IDENTIFIER ) ) ) > ^( returnType ( ( AMPERSAND )? IDENTIFIER )+ ) ;
[ { "docid": "2ca2e8c197f37aa7f6abec2259d353ee", "score": "0.7356074", "text": "public final GrammarParser.declaration_return declaration() throws RecognitionException {\n GrammarParser.declaration_return retval = new GrammarParser.declaration_return();\n retval.start = input.LT(1);\n\n\n ...
[ { "docid": "4ef13b8a17889b8715933245e57e8dd6", "score": "0.6964152", "text": "public final GrammarParser.argDeclaration_return argDeclaration() throws RecognitionException {\n GrammarParser.argDeclaration_return retval = new GrammarParser.argDeclaration_return();\n retval.start = input.LT(...
d6675f74f0e5e2ba82870bc4046a3e64
Metodo que permite conocer la raiz del Arbol 123. post: Se obtuvo la raiz del Arbol 123.
[ { "docid": "b6d256e2ac5d5463719c61c67e0d22f7", "score": "0.5942256", "text": "public Nodo123<T> getRaiz() {\n return raiz;\n }", "title": "" } ]
[ { "docid": "14157e00fc8b0881fff41de574cb2120", "score": "0.644697", "text": "public void recorrer(Arbol al){\r\n if (raiz != null){\r\n System.out.println(\"\\nArbol:\");\r\n raiz.recorrerNodo();\r\n }else{\r\n System.out.println(\"\\nArbol Vacio\\n\");\r\n...