query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
5da8c54902a1cd356afac54d1f2eec70
/ / / / / / / /
[ { "docid": "c20d7a60cf3cd3e942ad96167e521342", "score": "0.0", "text": "public int getXTranslate() {\n/* 273 */ return this.xtranslate;\n/* */ }", "title": "" } ]
[ { "docid": "c4e34c80d133071eef375083d1e10433", "score": "0.5237768", "text": "public void findPath()\r\n\t{\r\n\t\tBinaryHeap openlist = new BinaryHeap(XmultY);\r\n\t\tArrayList<Integer> closedlist = new ArrayList<Integer>();\r\n\t\tfor(int i=0; i<XmultY; i++) {closedlist.add(0);}\r\n\t\tint currentTile...
8f1bd922492f29d28d8302384fce9467
This method shuts down all the threads
[ { "docid": "7210c9bba14d26820b2291441fb124f7", "score": "0.6403817", "text": "public static void shutDownSchedulers() {\n if (mExecutor != null) {\n mExecutor.shutdown();\n }\n }", "title": "" } ]
[ { "docid": "692996010ce7699b4a2779eda78a6d3f", "score": "0.80003214", "text": "private static void shutDownAll(){\n\n /**\n * shutdown pictures download threads pool.\n * */\n ThreadPools.getInstance().shutDown();\n }", "title": "" }, { "docid": "285aba4b89d6...
78e7c372b3c080b5a5bdecbd7850c9e3
Copy the current onetimepassword to the clipboard. This is a callback for onclick on the password TextView.
[ { "docid": "311835a4b0b9ac66e99fcaf54d2ed420", "score": "0.7599063", "text": "@SuppressLint(\"NewApi\")\n\tpublic void copyToClipboard(View view) {\n\t\t// Gets a handle to the clipboard service.\n\t\tClipboardManager cm = (ClipboardManager) getSystemService(CLIPBOARD_SERVICE);\n\t\tcm.setText(otpView.g...
[ { "docid": "f4a99a9044b46328dbc7a8281d59aa01", "score": "0.6910979", "text": "@SuppressWarnings(\"deprecation\")\n\tprivate void copyToClipboard(String text) {\n\t\tObject clipboardManager = mContext.getSystemService(Context.CLIPBOARD_SERVICE);\n\t\t\t\t\t\n\t\t// If it is an instance of the ClipboardMa...
a171d9eb7ea7d4c01f1a5eea88dcf7a6
TODO: Parallelize this in a forkjoin approach
[ { "docid": "d94d19ce222b67e0a63ccf9f710afa65", "score": "0.0", "text": "public void reduce(Text key, Iterable<PatientObservationFact> values, Context context) throws IOException, InterruptedException {\n\t\tboolean matches = true;\n\t\tfor(I2B2QueryPanel panel : query.getPanels()) {\n\t\t\tmatches = pan...
[ { "docid": "73f3bb6981fb7404ffcdb3b8fa514cf8", "score": "0.57401913", "text": "ArrayList<Long> factorizeParaRun(long num) {\n\tbwait = new CyclicBarrier(q + 1);\n\tbfinish = new CyclicBarrier(q + 1);\n int numberOfPrimes = countAllPrimes();\n int startpoint, stoppoint;\n int primeSum = 0;\n ArrayLis...
2a18175e5311eb0835077e8053908a49
when we create a campaign, we need to get the specific map with the name of Stirng
[ { "docid": "064101aebc6c5429bdcfd91924e9604e", "score": "0.0", "text": "public Matrix loadMap2(ArrayList<Matrix> allMaps, String string) throws IOException{\n\t\tfor(Matrix matrix: allMaps)\n\t\t{\n\t\t\tif(matrix.getName().equals(string)){\n\t\t\t\tnewMatrix = matrix;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\t\t...
[ { "docid": "382bee6e5b323d5b4bdba5d6b4a0bdb8", "score": "0.5872159", "text": "String getMapId();", "title": "" }, { "docid": "297185a35a8ee44e722803536be24ae4", "score": "0.58584505", "text": "String getMapName();", "title": "" }, { "docid": "aef6cbba140a74e26afd98684a862...
f388b7351de91ceced98e07bad0e8afe
Returns the type registration data at the index
[ { "docid": "e39013d949b2990224085d2467295b3c", "score": "0.5907431", "text": "public TypeSpecification getTypeData(int I) {\n\t\t\treturn ((I < 0) || (I > this.TypeRegistrationDatas.size()))?null:this.TypeRegistrationDatas.get(I);\n\t\t}", "title": "" } ]
[ { "docid": "46bab8b75c1309880f7e7fc0e6fcf2d3", "score": "0.7352221", "text": "public int getType(int index) {\n\treturn(type[index]);\n }", "title": "" }, { "docid": "df3b6d1ba17be0ce575d5b758cbde193", "score": "0.6864087", "text": "public int getType(int index) {\n return ...
9526c738bceb750d84ec28be8d294843
Called when another activity is taking focus.
[ { "docid": "bd3df72ad59b4679e3b46d3e7a0bfb8e", "score": "0.0", "text": "@Override\n protected void onPause() {\n super.onPause();\n Log.d(msg, \"The onPause() event\");\n }", "title": "" } ]
[ { "docid": "61c9cc91b0b811d9908eb1d59116f24e", "score": "0.69760025", "text": "public void onLoseFocus() {\n\t}", "title": "" }, { "docid": "62b50a64eed9a67885e7840fd982fca7", "score": "0.6722185", "text": "public void requestFocus() { getWindow().requestFocus(); }", "title": ""...
4e006e82036a02580269bea868c340ef
Subclasses should override this to process the container in its specific way.
[ { "docid": "443f6e51911ecf4f548529a2e9d201b6", "score": "0.0", "text": "protected abstract void process(IdentificationRequest request,\n ContainerSignatureMatchCollection matches) throws IOException;", "title": "" } ]
[ { "docid": "9e8629ced62a55ad1be791787c89f9d2", "score": "0.6278673", "text": "@Override\r\n\tpublic void process() {\n\t\t\r\n\t}", "title": "" }, { "docid": "db3bc7f76676daedaca874e55778e2fd", "score": "0.6175998", "text": "public void process(EntityContainer entityContainer) {\n\t\...
c7d870fec3a7d66563f0aec4bed0d53b
Filter specific bunny ideas from the list of bunnies.
[ { "docid": "2aae6645d86d278a093425d9cc60a1d2", "score": "0.76495147", "text": "public static void filterBunny(String userInput, ArrayList<Bunny> bunniesList)\n throws MissingFilterOptionsException, NoFilteredItemsException, CommandInvalidException {\n\n // for returning filter options ...
[ { "docid": "0f9879b147a357b0747c853b165b909e", "score": "0.56697", "text": "public void testFilterBType(){\n Habit habit = new Habit(\"adding habit\", \"for test\",new Date());\n HabitEventHistory eventHistory = new HabitEventHistory();\n ArrayList<HabitEvent> returnedEventList = ev...
bbe0c377c9b99fe889ee3f158d217024
Converts a QuestionCountry object to an ContentValues object
[ { "docid": "6952c1c401b1310d8b9d541a54528485", "score": "0.7475972", "text": "private static ContentValues getContentValues(QuestionCountry questionCountry) {\n ContentValues values = new ContentValues();\n values.put(QuestionTable.Cols.ID, String.valueOf(questionCountry.getId()));\n ...
[ { "docid": "10b6953313e54247e77be8f6039a45f5", "score": "0.67249024", "text": "private ContentValues getValues() {\n if(values == null) {\n Gson gson = new Gson();\n String json = obscuredPreferences.getString(country, null);\n this.values = (json != null) ? gson....
1bb7ff175b6fba47c3a9daaa7594ec25
/ return true: if handle event return false: need further processing by super()
[ { "docid": "bcaf981518b7bcc1f954849d2b44daf1", "score": "0.0", "text": "@Override\n\t\t\t\t\tpublic boolean onGroupClick(ExpandableListView parent, View view, int groupPosition, long id) {\n\t\t\t\t\t\t\n\t\t\t\t\t\tList<String> list = listDataChild.get(listDataHeader.get(groupPosition));\n\t\t\t\t\t\tL...
[ { "docid": "913a093bd0d7cb5694660774c3c60c9d", "score": "0.7767164", "text": "@Override\n protected boolean handle() {\n return true;\n }", "title": "" }, { "docid": "e96d83a94b08212e772f5cfd9bd92049", "score": "0.77551156", "text": "@...
6eb24511764ddf261389d0943ad588e7
Provide a suitable constructor (depends on the kind of dataset)
[ { "docid": "39c74ab75e18e98d3f40a337dcd021fd", "score": "0.0", "text": "public ServiceOpSearchAdapter(ArrayList<QueryDocumentSnapshot> list) {\n docList = list;\n opList = new ArrayList<>();\n for(int i = 0; i < docList.size(); i++){\n opList.add(docList.get(i).getId());\...
[ { "docid": "210aa05adc0f7a7fae3a17f420554014", "score": "0.71878785", "text": "public Dataset() {\n\t\tthis(\"new\", null, null, new Globals());\n\t}", "title": "" }, { "docid": "2f63ea655f0496d850019ff28251a741", "score": "0.7069924", "text": "public abstract Dataset initDataset();"...
76d75b0460d4529b7cd3c243e576f6ae
Delete Recruiter By Username
[ { "docid": "68b4f2de9c3ffc96960457091c1e580a", "score": "0.7386237", "text": "public abstract boolean deleteRecruiter(Recruiter recruiter);", "title": "" } ]
[ { "docid": "a1847d585e8c9609acf778691f652881", "score": "0.7402119", "text": "void deleteUser(String username);", "title": "" }, { "docid": "37e617b5c5156542fb77cd4bf8e82797", "score": "0.7301259", "text": "public void deleteUser(String userName);", "title": "" }, { "doci...
a147742fe3ced66dc8643ecc0dbe2e55
Cannot assign a reference to a branch + ambiguous target hash. Expect a BAD_REQUEST error.
[ { "docid": "fe131a561ee2b06ab2723edd3a2c0a7d", "score": "0.7822472", "text": "@Test\n @NessieApiVersions(versions = NessieApiVersion.V2)\n public void assignReferenceToBranchAmbiguous() {\n NessieError error =\n expectError(\n rest().body(Branch.of(\"etl2\", \"~1\")).put(\"trees/e...
[ { "docid": "3d827cc753a513fd6314ed5e93341197", "score": "0.7797958", "text": "@Test\n @NessieApiVersions(versions = NessieApiVersion.V2)\n public void assignReferenceFromBranchUnambiguousExpectedHashNonExistent() {\n NessieError error = expectError(rest().body(etl1).put(\"trees/base@cafebabe~1\"), ...
3cfb5f66e97531e52f2386bcf38aef62
/ Replace header with new name from the matching condition
[ { "docid": "b6367c1dd2ca46600d51d2f89672d947", "score": "0.76007247", "text": "@SuppressWarnings(\"unchecked\")\n @Test\n public void testReplaceHeaderNewNameFromCondition() {\n try {\n String filterScript = \"require [\\\"editheader\\\", \\\"variables\\\"];\\n\"\n ...
[ { "docid": "2b60b6095f31735b7f72fd65314c5dd2", "score": "0.73703545", "text": "@SuppressWarnings(\"unchecked\")\n @Test\n public void testReplaceNameOfHeader() {\n try {\n String filterScript = \"require [\\\"editheader\\\"];\\n\"\n + \" replaceheader :newname ...
974e5d621d7c925adb57d5d2ce09a9ba
TODO add your handling code here:
[ { "docid": "8097f0fae837b1986807ba9a47fab9b1", "score": "0.0", "text": "private void valorImportanciaActionPerformed(java.awt.event.ActionEvent evt) {\n }", "title": "" } ]
[ { "docid": "69ade76a69c0f6c07e66b5d0e5136eb3", "score": "0.5675384", "text": "@Override\r\n\tpublic void grabar() {\n\t\t\r\n\t}", "title": "" }, { "docid": "f0705d77863f0fa7c516a99a8eca8134", "score": "0.56071687", "text": "private void zbudujSciezkeiRozpocznij() {\n\t\t\r\n\t}", ...
6c3cf86ca818def6f476396d4e35b4b0
1. Simulation. O(1) time, because we try up to 24 60 times; O(1) space.
[ { "docid": "655a3954f6fbc4dd90d3cb1f2a1486d6", "score": "0.0", "text": "public String nextClosestTime(String time) {\n\t\t// Convert the input to the amount of minutes, which is \n\t\t// the smallest unit to go. \n\t\t// Integer.parseInt() allows you to convert String \"15\" to int 15. \n\t\tint minutes...
[ { "docid": "c6b6d64dd33be5de45d1c2f4ff559f48", "score": "0.58564246", "text": "@Test\n\tpublic void id630_1() throws Exception {\n\t\tString weekdayNormalHourly = String.valueOf((int) (Math.random()*100000));\n\t\tString weekdayLateNightHourly = String.valueOf((int) (Math.random()*100000));\n\t\tString ...
d62b2689976071269eb41011dc032101
/ WARNING Removed try catching itself possible behaviour change.
[ { "docid": "038279c1f95e59f03a72857fa39c30c0", "score": "0.0", "text": "@Override\n public int max() {\n Object object = this.mutex;\n // MONITORENTER : object\n // MONITOREXIT : object\n return this.list.max();\n }", "title": "" } ]
[ { "docid": "311f27793dd5a5e79f6df043b4ba5e98", "score": "0.6165016", "text": "@Override\n\tpublic void catchChange() {\n\t\t\n\t}", "title": "" }, { "docid": "5c970a26c34eccae700bb056caa1c74f", "score": "0.61056936", "text": "public void testBug401088a() {\n runConformTest(new...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "26e04ae0a56e7c7ee239205fd829e272", "score": "0.0", "text": "@Override\n\tpublic PaypalCustomer getPaypalCustomerByPaypalId(String paypalId) {\n\t\tPersistenceManager pm = pmf.getPersistenceManager();\n\t\tpm.currentTransaction().begin();\n\t\ttry{\n\t\t\tQuery query = pm.newQuery(PaypalCusto...
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.6904447", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "4862518dedb9e169c3cc620e5ebe04c5", "score": "0.6696056", "text": "@Override\r\n\tpublic void atura() {\n\t\t\r\n\t}", "title": "" ...
b843842f8abcc0a9a632e0a2e1eb459c
repeated .protocol.Block block = 1;
[ { "docid": "d8e005b514ff10dd75ba303557e52d17", "score": "0.0", "text": "public org.tron.protos.Protocol.Block.Builder addBlockBuilder() {\n return getBlockFieldBuilder().addBuilder(\n org.tron.protos.Protocol.Block.getDefaultInstance());\n }", "title": "" } ]
[ { "docid": "844d4034d540b612daf6026cb49f8fe6", "score": "0.6154311", "text": "public static interface ITepeeBlock { }", "title": "" }, { "docid": "e196cf09a7f78bc0573b5bf9a7670425", "score": "0.61522007", "text": "public static interface IBedouinBlock { }", "title": "" }, { ...
13f2e5de1452a18d4e02a00823d3a5c8
Tweaking the image metadata to override default subsampling(4:2:0) with 4:4:4.
[ { "docid": "b70d988a9ddb2ae71192b32be6d8f6a6", "score": "0.72294736", "text": "private void setJpegSubsamplingMode(IIOMetadata metadata)\n throws IIOInvalidTreeException {\n Node rootNode = metadata.getAsTree(JPEG.nativeImageMetadataFormatName);\n boolean metadataUpdated = false;\n ...
[ { "docid": "7a109810ce649aac3497334a2ab6e94c", "score": "0.55639225", "text": "public JDialogSubsample( ViewUserInterface ui, ModelImage sourceImage, int subsampleSize ) {\r\n super( false );\r\n this.image = sourceImage;\r\n this.userInterface = ui;\r\n parentFrame = image.g...
bf76099714ef6cbc610e118b1b014dab
int status = mBluetoothAdapter.getState();
[ { "docid": "937f30c7403ba6966b00318997fbfef3", "score": "0.0", "text": "public void switchStatus(boolean status) {\n bleSwitch.setChecked(status);\n if (status) {\n //scanBLE();\n }\n }", "title": "" } ]
[ { "docid": "0477e3f231008cb903c989a5eefe3c5b", "score": "0.7505084", "text": "private void checkBTstatus()\n {\n //check that device has bluetooth and that it is turned on\n\n if(btAdapter==null)\n {\n Toast.makeText(getBaseContext(), \"Bluetooth is not supported\", To...
9fb7e344cb30c36ec169e8552ddb478a
Gets the value of postalCodeModified
[ { "docid": "1b1c7c9c9462377e4c50bca29fc7372e", "score": "0.7406391", "text": "public boolean isPostalCodeModified()\r\n\t{\r\n\t\treturn postalCodeModified;\r\n\t}", "title": "" } ]
[ { "docid": "da61e86922e73843d564589f7684d0ea", "score": "0.72794485", "text": "public String getPostalCode() {\n return this.postalCode;\n }", "title": "" }, { "docid": "da61e86922e73843d564589f7684d0ea", "score": "0.72794485", "text": "public String getPostalCode() {\n ...
6a284df50a637f36f1d467449836cbf1
/ / Iterative factorial method.
[ { "docid": "41ac688eb314a7f8349d96b266981474", "score": "0.77447575", "text": "public static int factorialIter(int n) {\n int result = 1;\n for (int k = 1; k <= n; k++) {\n result *= k;\n }\n return result;\n }", "title": "" } ]
[ { "docid": "d283e69f9329da023385b4e62dd5914c", "score": "0.77243793", "text": "public void calc_factorial() {\n\t\tgetInput();\n\t\tattach(expression, 1);\n\t\t\n\t\tfor (int i=1; i<= fact; i++) {\n\t\t\t// result = result*i;\n\t\t\t\n\t\t\tif (i <= 10) {\n\t\t\t\tObjectListNode p = expression.getFirstN...
14728eea12d30c57d90b3a4bcb909e5f
TODO Autogenerated method stub To show current date in the datepicker
[ { "docid": "1a5decf8f392fb41f04eac5a21e8c6f3", "score": "0.0", "text": "@Override\n public void onClick(View v) {\n Calendar mcurrentDate = Calendar.getInstance();\n mYear = mcurrentDate.get(Calendar.YEAR);\n mMonth = mcurrentDate.get(Calendar.MONT...
[ { "docid": "4c0b679a3ee38c69035ca91405307f74", "score": "0.72491884", "text": "public void setCurrentDateOnView() {\n\n //dpResult = (DatePicker) findViewById(R.id.dpResult);\n\n final Calendar c = Calendar.getInstance();\n year = c.get(Calendar.YEAR);\n month = c.get(Calenda...
1b544633c2886b0d8ef18c775c81cd06
/ renamed from: b
[ { "docid": "b67104c60632a21ae8dd9b534130db1c", "score": "0.0", "text": "public E mo3249b() {\n int i = this.f2518b;\n if (i != this.f2519c) {\n return this.f2517a[i];\n }\n throw new ArrayIndexOutOfBoundsException();\n }", "title": "" } ]
[ { "docid": "a7553d4ec452d9f1207d39b9a8b2e63f", "score": "0.6155996", "text": "interface b {\n void a(RecyclerView.b0 b0Var);\n\n void b(RecyclerView.b0 b0Var, RecyclerView.l.c cVar, RecyclerView.l.c cVar2);\n\n void c(RecyclerView.b0 b0Var, RecyclerView.l.c cVar, RecyclerView.l.c cV...
8c02ed4da57a49b0ea04c08caca325f9
call "shutDownEvent" method on listeners
[ { "docid": "185353694c3015b4c874bc5a51caf598", "score": "0.74991184", "text": "private void schedulerShutDownEventInternal() {\n for (EventSchedulerListener listener : eventSchedulerListeners)\n listener.shutDownEvent();\n }", "title": "" } ]
[ { "docid": "5c274f14f02f571207207c591cc8aa5f", "score": "0.750574", "text": "public void shutdown() \n\t{\n\t ListenerManager listenerMgr = ListenerManager.GetInstance();\n listenerMgr.Unsubscribe(rlImpl);\n listenerMgr.Unsubscribe(alImpl);\n\t}", "title": "" }, { "docid": "bcb13941bc...
26aec5b4d811c61f34baf7c04796b828
This method removes head of this queue
[ { "docid": "f38bcf95c0557bdcf522cfe4178257d3", "score": "0.0", "text": "@Override\r\n public E poll() {\r\n return priQueue.poll();\r\n }", "title": "" } ]
[ { "docid": "9028143cd706a6ac24233c84f51e2c3c", "score": "0.7849836", "text": "public void removeFirst() {\n\t\t\thead = head.next;\n\t\t\tsize--;\n\t\t}", "title": "" }, { "docid": "4e6fa7e5621a15979429cbb179d357ed", "score": "0.7468351", "text": "public void removeFirst() {\n ...
01887e1533ac6f8c6e5d9741ee419a6e
Returns true if field squareStatus is set (has been assigned a value) and false otherwise
[ { "docid": "024b820157721409036ac689c0806115", "score": "0.8479128", "text": "public boolean isSetSquareStatus() {\n return this.squareStatus != null;\n }", "title": "" } ]
[ { "docid": "64e804282103435114acd97594d00285", "score": "0.7884341", "text": "public boolean isSetSquareStatuses() {\n return this.squareStatuses != null;\n }", "title": "" }, { "docid": "ff39ab0cdbc559ade933f97286edaac8", "score": "0.74131477", "text": "public boolean isSetSquar...
0ea09b2f4079f19b5d67f9a1541504d9
Pull an arbitrary minimal entry from the queue.
[ { "docid": "83920c13f560876a778c384b758725be", "score": "0.0", "text": "public Pair<K, V> pull();", "title": "" } ]
[ { "docid": "8379bed02a13cfb83f53c1206c15e0a2", "score": "0.7151914", "text": "public E poll(){\n if (queue.isEmpty()){\n return null;\n }\n E temp = queue.get(0);\n queue.remove(0);\n return temp;\n }", "title": "" }, { "docid": "6da6609300287...
fe6f1b8ea14394975307320199cac4aa
Returns true if at least one user is in the project with the given id. Otherwise, returns false.
[ { "docid": "941fe60b9b857c8e515554e9bf4d6ff7", "score": "0.68479264", "text": "private static boolean usersInProject(Vector p_userIds, long p_projectId)\n throws Exception\n {\n boolean usersInProject = false;\n if (p_projectId > 0)\n {\n String sql = Projec...
[ { "docid": "1483503060aec64b09ef8fe30f2a4c75", "score": "0.7001944", "text": "public boolean userExists(String id) {\n return getUserFromGivenId(id) != null;\n }", "title": "" }, { "docid": "797725cbfaed8b128011d69df59466cc", "score": "0.6825142", "text": "public boolean ch...
6b333ab38eb8461be00f2e1ae2fbbc51
Each server can set a cronExpression for the scheduler. If the cronExpression is null, then the job is run immediately and once. Otherwise, it is added to the scheduler for immediate execution and run according to the cronExpression.
[ { "docid": "82ff74e4f766c2207977651702fdfa98", "score": "0.690411", "text": "public void setCronExpression(String cronExpression) {\n\t\tthis.cronExpression = cronExpression;\n\t}", "title": "" } ]
[ { "docid": "c1d0ae3713465ef8652d92ebe04a8ad0", "score": "0.7014474", "text": "public void setCronExpression(String cronExpression) {\r\n\t\tthis.cronExpression = cronExpression;\r\n\t}", "title": "" }, { "docid": "a9559dc3d91515a4a2ae660418290b7e", "score": "0.66124445", "text": "Sch...
e7392165aad9a67183290e5af885ecef
the function call timePassed() on all sprites.
[ { "docid": "37899edbb386f666bb09d294040cd4a3", "score": "0.8005517", "text": "public void notifyAllTimePassed() {\n List<Sprite> sprites = new ArrayList<Sprite>(this.spriteList);\n for (Sprite sp : sprites) {\n sp.timePassed();\n }\n }", "title": "" } ]
[ { "docid": "1d9419a94433538eb2cb2cbcfcacdd34", "score": "0.7984284", "text": "public void notifyAllTimePassed() {\r\n List<Sprite> copy = new ArrayList<>(this.sprites);\r\n for (Sprite s: copy) {\r\n s.timePassed();\r\n }\r\n }", "title": "" }, { "docid": "...
0a04ab5469745394608581ccd430de8f
/ Pagamenti Quote Provider
[ { "docid": "3d1f1c02cec7a7884715bcb8f06b2e0c", "score": "0.0", "text": "public QuotaAnnuale createPagamentoProviderPerQuotaAnnuale(Long providerId, Integer annoRiferimento, boolean primoAnno);", "title": "" } ]
[ { "docid": "6a6cf2bf91c5c541c7d952f964ab21c7", "score": "0.6892803", "text": "Quote createQuote();", "title": "" }, { "docid": "ee52aa6ebeb2547333677000c8f4992f", "score": "0.6522258", "text": "QuoteItem createQuoteItem();", "title": "" }, { "docid": "0fb061104bffbec030e8...
d91c9d007dda04d1dcd992caf597251d
checks if a specific symbol is already taken or not.
[ { "docid": "457823c778291bfc09477ab1a4d347af", "score": "0.6763404", "text": "boolean isSymbolFound(String symbol);", "title": "" } ]
[ { "docid": "2322de7b24154c0926d6dafe74b0dfff", "score": "0.6914841", "text": "public final boolean checkSymbol(final char sym) {\n\t\tif (_sym == sym) {\n\t\t\tnextSymbol();\n\t\t\treturn true;\n\t\t} else {\n\t\t\terror(XDEF.XDEF410, symToName(sym)); //'&{0}' expected\n\t\t\treturn false;\n\t\t}\n\t}",...
8d635ed2deac9d209618d8a60d604aec
verify the required parameter 'body' is set
[ { "docid": "16c8c4b6e78f71d4444cedc08929a69c", "score": "0.0", "text": "@SuppressWarnings(\"rawtypes\")\n private com.squareup.okhttp.Call purchaseShipmentValidateBeforeCall(PurchaseShipmentRequest body, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressR...
[ { "docid": "a5c9923e8c3b72c87241860d0d13aeca", "score": "0.6652389", "text": "public boolean needsBody() {\n\t\treturn body;\n\t}", "title": "" }, { "docid": "7dd9c98d3723833dee4a3a93e471187a", "score": "0.65817124", "text": "public static void checkBody(String value) {\n if (...
3cc21096b6eca779a688539d1968913e
Handle action bar item clicks here. The action bar will automatically handle clicks on the Home/Up button, so long as you specify a parent activity in AndroidManifest.xml.
[ { "docid": "293801ef0dae6c75f2f60b5d37082116", "score": "0.0", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case R.id.action_settings:\n return true;\n }\n return super.onOptionsItemSelected(i...
[ { "docid": "7c8036532d9f85ff825fd1f6fa38243a", "score": "0.78716177", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n // Respond to the action bar's Up/Home button\n case android.R.id.home:\n // Lau...
52cac5fef626096912c9428e2fafee80
This vector rotated 180 degrees counterclockwise. Creates a new vector.
[ { "docid": "791d2859a58e183ca60d183bfa45a773", "score": "0.72124946", "text": "Vec2f rotatedDegrees180();", "title": "" } ]
[ { "docid": "9fdc898d1c4b3e77a7ab9b9471fb5286", "score": "0.6942618", "text": "Vec2f rotatedDegrees90();", "title": "" }, { "docid": "e05d80a208df81ea1a1abe0214b840f8", "score": "0.67405224", "text": "Vec2f rotatedDegrees270();", "title": "" }, { "docid": "dc4f049cb3d86526...
b7955505f88c81a37573c575a7af038d
usado no momento de criar a LISTA_SALAS do Banco de Dados
[ { "docid": "b7198cb3b45d7ba37c51228501ae4722", "score": "0.0", "text": "public void setDadosSalaDisponivel(int indicePredio, int numHorarios, int numDias);", "title": "" } ]
[ { "docid": "ee02475153f56d033d4be80e91f1fec3", "score": "0.6621432", "text": "public Cine(List<Sala> salas){\r\n this.sala=salas;\r\n this.programaciones=new ArrayList<>();\r\n this.horariosFunciones=new ArrayList<>();\r\n }", "title": "" }, { "docid": "eb3a7f4870d14534ba077287f1...
ce6154b3f18284936d1daf5e440d2493
parameters needed in searching book slots
[ { "docid": "7230b711731038908c5a67abd3f225a6", "score": "0.0", "text": "public void searchItem(String clientEnc, String env_encoding)\n throws UnsupportedEncodingException, cwSysMessage {\n String var;\n Long temp_l;\n Boolean temp_b;\n searchItemParam = new Hashtable();...
[ { "docid": "586816a446fa14aeb8947d08980f289f", "score": "0.69370204", "text": "void searchBook() {\r\n\t}", "title": "" }, { "docid": "20d9251bcc610ee9490bc68eeb598fd3", "score": "0.68758774", "text": "void searchBook() {\n\t}", "title": "" }, { "docid": "99b91d17a2cca5fc...
e07a7564f931dbe24ff81dc25ccd1fe4
string topic = 1;
[ { "docid": "a9b399731a3f0deafd0190c62abf1456", "score": "0.0", "text": "public Builder setTopicBytes(\n com.google.protobuf.ByteString value) {\n copyOnWrite();\n instance.setTopicBytes(value);\n return this;\n }", "title": "" } ]
[ { "docid": "e29908514869c448f44653772ab65b1a", "score": "0.70488656", "text": "String getTopic();", "title": "" }, { "docid": "e29908514869c448f44653772ab65b1a", "score": "0.70488656", "text": "String getTopic();", "title": "" }, { "docid": "e29908514869c448f44653772ab65b...
79c72b17c402932b73501f2b62b60b9c
Takes in an entryIExample, ICategory, Userand adds it to the database.
[ { "docid": "da9eaa4ed92c1a1843f009fe2b14f4fc", "score": "0.0", "text": "public Long store(IEntry e) {\n\t\treturn db.store(e);\n\t}", "title": "" } ]
[ { "docid": "9139dbda758411ee3ac8276389cc6a32", "score": "0.6144535", "text": "void insertUser(User user);", "title": "" }, { "docid": "beebe7a4f37594e6578c5a8775e68b8c", "score": "0.61267245", "text": "void insertUser(BlogUser user) throws DAOException;", "title": "" }, { ...
2ee8c2e0fa91b0f6a65df858f0d5809b
Created by Administrator on 20160227.
[ { "docid": "ad7e62b3cfa4be051f227b1c01010911", "score": "0.0", "text": "public interface UserFansService {\n String processMsg(MsgRequest msgRequest, TaskCode taskCode, String webRootPath, String webUrl);\n}", "title": "" } ]
[ { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.64623415", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, { "docid": "05a606445504484958a1c21e14b7198e", "score": "0.6263829", "text": "@Override\r\n\tpublic void sapace() {\n\t\t\r\n\t}", "title": "" }...
182cc170baba91e5b8b8e33d0cbe8ee2
Toast.makeText(getActivity(), "button clicked", Toast.LENGTH_SHORT).show();
[ { "docid": "925a80f596a84ddd0ecd96c6cbbf51fd", "score": "0.0", "text": "public void onClick(View v) {\n \t\t\tif(isNetworkAvailable())\n \t\t\t{\n \t\t\t\t\n \t\t\tLog.d(\"internet\",\"internet\");\n \t\t\tIntent i=new Intent(getActivity(),MainActivity_coins.class);\n \t\t\tstartActivi...
[ { "docid": "effbbe89e50ba0dfcef7efa612625b69", "score": "0.82823575", "text": "@Override\n\tpublic void onClick(View v) {\n\t\tToast.makeText(getActivity(), \"123\", Toast.LENGTH_SHORT).show();\n\t}", "title": "" }, { "docid": "32aa1f48e5ef85f96e8894e831df811d", "score": "0.7906878", ...
074e8e57fbc6195306b70a895e8b1c77
Constructor for deleting expense items using index.
[ { "docid": "44ed3ec67bbb0e1291deaba7b5aa45b1", "score": "0.8014023", "text": "public DeleteExpenseCommand(int index) {\n assert index > 0 : \"Expense item number should be greater than 0\";\n this.hasCurrency = false;\n this.hasCurrency = false;\n this.hasIndex = true;\n ...
[ { "docid": "0f9fa97963bf8854e2740ed64db882a3", "score": "0.6583658", "text": "public DeleteCommand(int index) {\n this.index = index;\n }", "title": "" }, { "docid": "ae462194e89b04fb5fb41c1981f95ebc", "score": "0.6476616", "text": "void deleteWithdrawal(int index);", "...
067c9e7d9eea3e67c5df2f7681e48a7d
required .protoc.PageHelper pageHelper = 2;
[ { "docid": "6ec2d0df3f99c25395c9d65f70e06a27", "score": "0.0", "text": "public boolean hasPageHelper() {\n return ((bitField0_ & 0x00000002) == 0x00000002);\n }", "title": "" } ]
[ { "docid": "05d6d5fab00dfc1c990ab16e78ad2f91", "score": "0.74926615", "text": "lanyotech.cn.park.protoc.CommonProtoc.PageHelperOrBuilder getPageHelperOrBuilder();", "title": "" }, { "docid": "05d6d5fab00dfc1c990ab16e78ad2f91", "score": "0.74926615", "text": "lanyotech.cn.park.protoc....
3b0c68ec63f26912b3a8524241ef5f60
Perform the test for the given matrix column (A108) and row (B61).
[ { "docid": "da5936163b8e88cd947d1345564d16ca", "score": "0.61122525", "text": "public void testA108_B61() {\n test_id = getTestId(\"A108\", \"B61\", \"12\");\n\n NonRootModelElement src = selectA(\"A108\");\n\n NonRootModelElement dest = selectB(\"B61\");\n\n A_B_Action(src, ...
[ { "docid": "2dfa92af6f3d33c89d8ab44b794c6b3d", "score": "0.59769547", "text": "public void testA110_B61() {\n test_id = getTestId(\"A110\", \"B61\", \"198\");\n\n NonRootModelElement src = selectA(\"A110\");\n\n NonRootModelElement dest = selectB(\"B61\");\n\n A_B_Action(src,...
3bee523406b34203486208c3f4d48bf3
metodo para eliminar un elemento de un diccionario (completo, con testear, falta terminar compress).
[ { "docid": "816ec67850bb2df99811c6b6d523644c", "score": "0.0", "text": "public void delete(DNA key){\n int reference_page = this.getReference(key);\n ArrayList<Integer> content = this.fm.read(reference_page); this.in_counter++;\n\n if(this.debug)\n System.out.println(\"Li...
[ { "docid": "50b59a4fe9badef0d22e74036401811c", "score": "0.7215832", "text": "public void eliminar();", "title": "" }, { "docid": "50b59a4fe9badef0d22e74036401811c", "score": "0.7215832", "text": "public void eliminar();", "title": "" }, { "docid": "f4124bb42e95b93cee2db3...
99716e99daebe631ab0a87dec828a24c
Created by zhenhui on 18/4/5.
[ { "docid": "2eefb47ccc5fcac8207957161c7fa425", "score": "0.0", "text": "public interface HomeView {\n}", "title": "" } ]
[ { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.6483043", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "title": "" }, { "docid": "f0705d77863f0fa7c516a99a8eca8134", "score": "0.62076354", "text": "private void zbudujSciezkeiRozpocznij() {\n\t\t\r\n\t}", ...
1a3c0ea03b26ad2aab34b88815a84aa8
accountNum, type, balance passed on constructor
[ { "docid": "3d82e291312909bf3ccb0b91a97a119d", "score": "0.0", "text": "@Test\n\tpublic void shouldBeAbleToDepositFunds() {\n\t\tBankAccount underTest = new BankAccount(\"1111\", \"Checking\", 5000.05);\n\t\tunderTest.deposit(500.05);\n\t\tdouble check = underTest.getBalance();\n\t\tassertEquals(5500.10...
[ { "docid": "c397bfa769070eec79f25fb00fb00a12", "score": "0.8218276", "text": "Account(String name, String accNo, String type, double balance) {\n this.name = name; //Assign values.\n this.accNo = accNo;\n this.type = type;\n this.balance = balance;\n }", "tit...
3f74d7c5bde69530d5dac74eacb1240e
Write a single byte to the output buffer. The parameter is actually an int, which will be truncated to a byte.
[ { "docid": "888d02026c18f428d5fda12d2e106937", "score": "0.6816323", "text": "public void write(int b) throws IOException {\n checkWhetherClosed();\n try {\n buffer.put((byte)b);\n } catch (BufferOverflowException boe) {\n writeBeyond();\n ...
[ { "docid": "f9212e2ffbb640d614ca725a6b6ce4a0", "score": "0.7560728", "text": "@Override\n\tpublic final void writeByte(int value) {\n\t\tensureNewDataFits(1);\n\t\tbuffer[pos] = (byte)value;\n\t\tbytesAdded(1);\n\t}", "title": "" }, { "docid": "b335005749f714f29e03ddf36aed8f46", "score":...
40c7d2c349f238d7ea5e01b5fc34b0a4
This method was generated by MyBatis Generator. This method corresponds to the database table x$schema_flattened_keys
[ { "docid": "352e89f29a02a511286726b7864056f3", "score": "0.0", "text": "protected Criteria createCriteriaInternal() {\n Criteria criteria = new Criteria();\n return criteria;\n }", "title": "" } ]
[ { "docid": "fa8ea9953a9c7d8eed03ce5e28dae799", "score": "0.63241637", "text": "@JsonIgnore\n\t@Override\n\tpublic String[] getKeyColumns() {\n\t\treturn keyColumns;\n\t}", "title": "" }, { "docid": "50ba74351c6b2b20a10f67fcdfd44b0f", "score": "0.5867607", "text": "public XSchemaFlatt...
17a5ae11de6ea94b0410d5beefcdcaea
Q1Q5 + getSumPop(): int + getTotalFinesperCap(): Map // TreeMap for order // truncated result 4 digits + getAveResMV(zipCode) : int // truncated integer (not rounded) + getAveResTLA(zipCode) : int // truncated integer (not rounded) + getTotalResMVperCap()(zipCode) : int // truncated integer (not rounded) Solution to Q1
[ { "docid": "eef495b2e2989bcd8858b321c4f67658", "score": "0.49633488", "text": "public int getSumPop() {\n\t\t// populate the popMap if haven't\n\t\tif(popMap == null || popMap.isEmpty()) {\n\t\t\tprocessPop(pops);\t\t\t\t\t\n\t\t}\n\t\tint sum = 0;\n\t\tif(popMap.size() != 0) {\n\t\t\tfor(Integer v : po...
[ { "docid": "fc9a74bb02b1ad9a962cd900cea698b6", "score": "0.6570776", "text": "public TreeMap<Integer, Double> getTotalFinesperCap(){\n\t\tif (totalFinesperCap!=null) {\n\t\t // do nothing \n\t\t} else {\n\t\t// populate the popMap if haven't\n\t\tif(popMap == null || popMap.isEmpty()) {\n\t\t\tproces...
18a4bacfb1276ed2195754a04ce2918f
This method was generated by MyBatis Generator. This method corresponds to the database table package_item
[ { "docid": "98c82600b947fafef2baf87346c5e73c", "score": "0.0", "text": "public Criteria createCriteria() {\n Criteria criteria = createCriteriaInternal();\n if (oredCriteria.size() == 0) {\n oredCriteria.add(criteria);\n }\n return criteria;\n }", "title": "...
[ { "docid": "fd9dbeeeda35a70c08d1e2be37e2d654", "score": "0.593883", "text": "@Mapper\npublic interface ItemDao {\n\n String TABLE_NAME = \" `tb_item` \";\n\n String SELECT_FILED = \" `id`, `title`, `sell_point`, `price`, `num`, \" +\n \"`barcode`, `image`, `cid`, `status`, `created`, `u...
d55ae7652a299d1a6f8cc2054f106eac
Set the value related to the column: contract_type
[ { "docid": "ca57e5fb506d81f2c0b54cb85e0cf54a", "score": "0.6720271", "text": "public void setContractType (java.lang.String contractType) {\r\n\t\tthis.contractType = contractType;\r\n\t}", "title": "" } ]
[ { "docid": "a91a747541bb4a15e4ebd71319d5aaa6", "score": "0.6992147", "text": "public void setIContractType(Char4 param){\r\n \r\n if (param != null){\r\n //update the setting tracker\r\n ...
f32028f6a5787d3b008457bf94000a88
A human readable message indicating details about the transition. +optional optional string message = 5;
[ { "docid": "29c27912a5f8691472b3e99927b66399", "score": "0.0", "text": "public Builder clearMessage() {\n bitField0_ = (bitField0_ & ~0x00000010);\n message_ = getDefaultInstance().getMessage();\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "8eee782f5fa1c8bd42d8cfbbaef8b493", "score": "0.6877681", "text": "private void emitTransitionErrorMessage(String message) {\n Rule rule = target.getAssociatedRule();\n emitError(message, rule.getLocation(), /* exitCode= */ null);\n }", "title": "" }, { "docid": "34a1...
3056e40a9ec38d5ff288c40a2eec915e
The result of a binary operation is always nonnull.
[ { "docid": "77274866e6a8f9a4f77169f5e1961e2d", "score": "0.0", "text": "@Override\n public Void visitBinary(BinaryTree node, AnnotatedTypeMirror type) {\n if (type.getUnderlyingType().getKind().isPrimitive()) {\n type.replaceAnnotation(PRIMITIVE);\n } else {\n...
[ { "docid": "4c2b1aeb6fe5557e85ca9c07e6cdbbce", "score": "0.65132546", "text": "public int getOpRet(){\n\t\tint r = (opRet == true? 1:0);\n\t\treturn r;\n\t}", "title": "" }, { "docid": "65e1f231551e8722c3163dabd859fa86", "score": "0.6429047", "text": "default public BooleanCompution ...
9e62d9b2c308b8c496d982d23e8aaaec
For JSR 223 support: see
[ { "docid": "eb33ecffdd283b43c67b0703e7ac3746", "score": "0.0", "text": "public void setGlobalVariables(GlobalVariables globalVariables) {\n this.globalVariables = globalVariables;\n }", "title": "" } ]
[ { "docid": "2b5de469a1d69133b229f17ffaba35d2", "score": "0.5564696", "text": "zzzc mo2778i();", "title": "" }, { "docid": "45afb26f2b720193501013efaece8576", "score": "0.52807313", "text": "public java.lang.String getRequestProperty(java.lang.String r1) {\n /*\n // Can'...
912a93a22618296c24e3f2d20fc6afe8
Sets the value of the 'field940' field.
[ { "docid": "de81f886759b38416e3533546b5d4213", "score": "0.8327326", "text": "public void setField940(java.lang.CharSequence value) {\n this.field940 = value;\n }", "title": "" } ]
[ { "docid": "25910db02a64042ab22e2cbd31bbd925", "score": "0.81918", "text": "public com.maxpoint.cascading.avro.TestExtraLarge.Builder setField940(java.lang.CharSequence value) {\n validate(fields()[940], value);\n this.field940 = value;\n fieldSetFlags()[940] = true;\n return this; \...
8b4da61f3582e94ff6fe9ef8f66a8187
Get the height and width of an image (used for collision)
[ { "docid": "a645d3ccaf63aeae7293d93213c7ef9f", "score": "0.0", "text": "@Override\n protected void getImageDimensions() {\n width = 64;\n height = 48;\n }", "title": "" } ]
[ { "docid": "8baefea63f9b3dba4efd096137b9d62f", "score": "0.77736264", "text": "int getImageHeight();", "title": "" }, { "docid": "3b712b967d95ddde487447f9f2d4f666", "score": "0.7666016", "text": "public int height() { return _image.getHeight(); }", "title": "" }, { "docid...
83ad0a4dc7b67ee3280bde0b054cc6af
repeated .org.roylance.yaorm.Task flattened_tasks = 3;
[ { "docid": "2e1d2eca7d07e520233681a3dfad3874", "score": "0.5967008", "text": "java.util.List<? extends org.roylance.yaorm.TestingModel.TaskOrBuilder>\n getFlattenedTasksOrBuilderList();", "title": "" } ]
[ { "docid": "d0312d9abc588586efc653f3100f7168", "score": "0.72368914", "text": "org.roylance.yaorm.TestingModel.Task getFlattenedTasks(int index);", "title": "" }, { "docid": "c41665e0420a069f81b8cc046a35d98f", "score": "0.657654", "text": "org.roylance.yaorm.TestingModel.TaskOrBuilde...
4ccb49cb19155989bc0cdccce894e6b2
/ 1192: / 1193:
[ { "docid": "b5f3269fff52cfb341650fd26d7f1e9b", "score": "0.0", "text": "public void run()\r\n/* 1194: */ {\r\n/* 1195:1182 */ super.run();\r\n/* 1196:1183 */ if ((this.firstLink.isAPrimed(\"cause\")) && (this.secondLink.isAPrimed(\"cause\")) && \r\n/* 1197:1184 */ (this.first...
[ { "docid": "1e42965b53595d0956d4b7848857dc1f", "score": "0.5505653", "text": "private String intIP2StringIP(int ip) {\n/* 229 */ return (ip & 0xFF) + \".\" + (ip >> 8 & 0xFF) + \".\" + (ip >> 16 & 0xFF) + \".\" + (ip >> 24 & 0xFF);\n/* */ }", "title": "" }, { "docid": "30721c34732f...
465c47fc2dcb85a845638adc9f206c3b
cmd id:0x020f required uint64 user_id = 1;
[ { "docid": "fb3d9d9b4638765e8d8946a7732022bf", "score": "0.0", "text": "public Builder setUserId(long value) {\n bitField0_ |= 0x00000001;\n userId_ = value;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "1064b635711818b8069a90a27a733c23", "score": "0.6687645", "text": "public Long getUserID()\n/* */ {\n/* 64 */ return this.userID;\n/* */ }", "title": "" }, { "docid": "39b01ca4728632185a04bbf6ccc7758e", "score": "0.65477264", "text": "java.lang.String getU...
1aa14e77c16fe86adf2e4366a12883a0
method getDdbiom Return the 'ddbiom' class variable as a String
[ { "docid": "b3dbcd1692c6e16adc27a8408d2ffbea", "score": "0.6997776", "text": "public String getDdbiom(String s) {\n return ((ddbiom != FLOATNULL) ? new Float(ddbiom).toString() : \"\");\n }", "title": "" } ]
[ { "docid": "97ebaf14d3909de3f11b2bd70caa6a1d", "score": "0.7238703", "text": "public float getDdbiom() {\n return ddbiom;\n }", "title": "" }, { "docid": "fc9670be58b331e7dccc0383786c2194", "score": "0.70033514", "text": "public String getDob() {\n return dob.get();\n }...
b02f3e9e0682aef45268c1701b22ae0f
Set the pooling support for the Geronimo Connection Manager. Geronimo provides two kinds of pool: single and partitioned.
[ { "docid": "6cea9de49ca2629fc466756f9d25bcd1", "score": "0.6440729", "text": "public void setPoolingSupport(final PoolingSupport support) {\r\n\t\tthis.poolingSupport = support;\r\n\t}", "title": "" } ]
[ { "docid": "6b293fc52df026f688bd85ef4583f473", "score": "0.6130768", "text": "public void setPoolSize(int poolSize) {\n this.poolSize = poolSize;\n }", "title": "" }, { "docid": "72f9e657c21c19eff9bce2cdb72efb7e", "score": "0.61162835", "text": "public interface ConnectionP...
b2701166592cb39be4776e6e7852abca
Function to retrieve list of all sales employees in database.
[ { "docid": "d63d9f8e7de1204b3e19482b2c59a166", "score": "0.83509356", "text": "public static List<SalesEmployee> getAllSalesEmployees(){\n if (c == null) {\n c = getConnection();\n }\n List<SalesEmployee> salesEmployees = new ArrayList<>();\n try {\n Sta...
[ { "docid": "b7fba7c1a5eec4de167ca93e65afcac4", "score": "0.7918433", "text": "public List<Employee> getAllEmployees() {\n\t\tSession session = sessionFactory.openSession();\r\n\t\tString hql = \"FROM Employee\";\r\n\t\tQuery query = session.createQuery(hql);\r\n\t\t@SuppressWarnings(\"unchecked\")\r\n\t...
77d4fdabb2ae935d4e320088bef0eb10
A method that is used for padding. If the number of characters is less than 15, the field will be padded. If it is bigger than 15, it will be truncated. Author of this method is Prof. Paul Bonenfant
[ { "docid": "113555f095b283fce36715664804cbd3", "score": "0.6223538", "text": "public static String padName(String name) {\n if (name.length() > NAME_SIZE) {\n name = name.substring(0, NAME_SIZE);\n } else {\n String format = \"%-\" + NAME_SIZE + \"s\";\n na...
[ { "docid": "ebc8914ad238f5ae3fd9032bf2be9751", "score": "0.7304176", "text": "public String pad(String num, int fieldWidth)\r\n {\r\n if (fieldWidth <= 0) // Error\r\n return num;\r\n\r\n int leadingSpaces;\r\n leadingSpaces = fieldWidth - num.length();\r\n\r\n if (leadingSpaces < 0) /...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d941bce2c59cf1ed242473fca2cbf6c5", "score": "0.0", "text": "@Override\r\n public long getItemId(int position) {\n return 0;\r\n }", "title": "" } ]
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6831473", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.67589027", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\t...
b54dbc580a78da9f18285406bc4a454b
Gets the pagamento stage.
[ { "docid": "e0df0c1abffc61db2f349799f883db03", "score": "0.84417677", "text": "public Stage getPagamentoStage() {\n\t\t\treturn pagamentoStage;\n\t\t}", "title": "" } ]
[ { "docid": "9037ab55fb90167cd93b6b882d2d575a", "score": "0.65265894", "text": "public String getStage() {\n return stage;\n }", "title": "" }, { "docid": "8390145ab7c08c9d71cc02b60a3613c1", "score": "0.64781845", "text": "@Schema(required = true, description = \"Current sta...
0386fff5882682712e9bddcf0b983345
operations in background thread
[ { "docid": "2e07a05ab03746834336465a46d4a19b", "score": "0.0", "text": "@Override\n public void onNext(Object value) {\n Log.e(TAG, \"onNext() called with: value = [\" + value + \"]\");\n }", "title": "" } ]
[ { "docid": "2c39a8c4eaca7cd7e166ab0ca48e99f9", "score": "0.7453199", "text": "@Override\n public void run() {\n // do some background work here.\n }", "title": "" }, { "docid": "46e9e254e8e5dc51b954b2d568265a26", "score": "0.67...
f1419cddfa8ae726a19489a0ba2d2ba7
repeated .UnreceivedMsg.Res.Msg msg = 1;
[ { "docid": "4d76f699eaff1d3bca93088bf06f2922", "score": "0.0", "text": "public Builder setMsg(\n int index, Msg value) {\n copyOnWrite();\n instance.setMsg(index, value);\n return this;\n }", "title": "" } ]
[ { "docid": "9f55de1861325e80c3f4428f173075f1", "score": "0.76763403", "text": "UnreceivedMsg.Res getUnreceivedMsgRes();", "title": "" }, { "docid": "d69171f99a686ca3ba082ffaf6020005", "score": "0.64069337", "text": "private void sendReceiveRes(){\n\t}", "title": "" }, { "...
225e7d911b2c7f76761c2af305064b9b
Random random = new Random(); // option 2
[ { "docid": "4186ce123ccf8e02ab2578fdecb9f9cc", "score": "0.0", "text": "public void shuffle() {\n\t\tfor (int i = 0; i < cards.size(); i++) { // you can do it from cards.size() - 1 to 0\n\t\t\t// Random random = new Random(); // option 1\n\t\t\tint j = randomSingleton.nextInt(cards.size() - i) + i;\n\t\...
[ { "docid": "13797f15eaf71411b6c2404b2f645423", "score": "0.77589166", "text": "static double random() {\r\n\t\treturn Math.random();\r\n\t}", "title": "" }, { "docid": "519cba7a00d22bea565351948e21c220", "score": "0.7234053", "text": "public Generator(){\n random = new Random(...
660fbae18a021f82e792646a6084d98b
Detect if the floating view is collapsed or expanded.
[ { "docid": "af5fba38494c9ef21738cdd6c9bccf1e", "score": "0.77993935", "text": "private boolean isViewCollapsed() {\n return mFloatingView == null || mFloatingView.findViewById(R.id.collapse_view).getVisibility() == View.VISIBLE;\n }", "title": "" } ]
[ { "docid": "1828df5c688bc5307249793c7627a6c5", "score": "0.6713036", "text": "public boolean isLayoutExpand() {\n \t\treturn ((this.layout & LAYOUT_EXPAND) == LAYOUT_EXPAND);\n \t}", "title": "" }, { "docid": "594b76446cf76b9a30a308c29651a75e", "score": "0.64322585", "text": "public ...
7b33a21f34bf8ede1cee3dce1a302a8c
Returns false, if the archived data is not valid; true otherwise
[ { "docid": "84db0ad8a0c8c0801b8f99a7da1eefc6", "score": "0.5418052", "text": "protected boolean isValid()\n\t{\n\t\treturn this.isValid;\n\t}", "title": "" } ]
[ { "docid": "7136100d2f46f4a7b320db7469eb6c4c", "score": "0.6435481", "text": "public boolean isValidData() {\n\t\treturn true;\n\t}", "title": "" }, { "docid": "20c0e0bd38e66dce8bed7e8a02fce335", "score": "0.61477196", "text": "default boolean isValidForImportArchive(FolderImportCont...
ee44b264607b0746a4d7962e6cd24091
/ 427: / 428:
[ { "docid": "e66142c471a0d8d03f1bafe36084000b", "score": "0.0", "text": "public int getNivelPorDefecto()\r\n/* 429: */ {\r\n/* 430:596 */ this.nivelPorDefecto = 0;\r\n/* 431:597 */ if (getListaNivelCuentaCombo().isEmpty()) {\r\n/* 432:598 */ addErrorMessage(getLanguageController().getM...
[ { "docid": "a3def2258601d63c48bf6eff66c59697", "score": "0.5919259", "text": "public void mo12628c() {\n }", "title": "" }, { "docid": "4afa01a4b454e63c281ef04c9ae86fef", "score": "0.57282764", "text": "void mo12463P();", "title": "" }, { "docid": "1e7d3de5ceb10fff...
2aa8957eaa70172897ef34a7601cdfde
Initialise all of the panels in GameView.
[ { "docid": "834b7638a1ae4333b71155352c25d82b", "score": "0.70876914", "text": "private void createPanels(){\n this.board = createBoard();\n this.greenPanel = createGreenPanel();\n this.yellowPanel = createYellowPanel();\n this.yellowCemetery = createYellowCemetery();\n ...
[ { "docid": "872772ee96d462c5c15cc8bb1aab6a22", "score": "0.70283383", "text": "@SuppressWarnings(\"serial\")\n private void initializePanels() {\n my_jframe = new JFrame();\n my_jframe.setLayout(new GridBagLayout());\n my_game_timer = new AbstractAction() {\n public void actionPerformed(f...
9e729f8bc56bf110af1411411d62f5bc
Search by Cloud Platform .sdxsvccommon.SearchByCloudPlatform searchByCloudPlatform = 2;
[ { "docid": "b0deac955955cf84d59f59a3f241605a", "score": "0.7513877", "text": "@java.lang.Override\n public com.cloudera.thunderhead.service.sdxsvccommon.SDXSvcCommonProto.SearchByCloudPlatform getSearchByCloudPlatform() {\n if (searchByCase_ == 2) {\n return (com.cloudera.thunderhead.ser...
[ { "docid": "70822235d55a1a25954830e984ec8b89", "score": "0.8605751", "text": "com.cloudera.thunderhead.service.sdxsvccommon.SDXSvcCommonProto.SearchByCloudPlatform getSearchByCloudPlatform();", "title": "" }, { "docid": "70822235d55a1a25954830e984ec8b89", "score": "0.86048186", "text...
ff32e7b3e5d8e49c0ba906e573f0c8c9
Returns the string value of an attribute.
[ { "docid": "69b05b849e137bb15cd0f7ecbbb23db8", "score": "0.0", "text": "protected String getURIString(XMLStreamReader reader, String name) {\n return StAXHelper.getAttributeAsURIString(reader, name);\n }", "title": "" } ]
[ { "docid": "a0daada131786c330b355feed1179cc4", "score": "0.75772685", "text": "public String getStringValueOf(String attribute) {\n\t\treturn conf.getProperty(attribute);\n\t}", "title": "" }, { "docid": "a3746c6457f77aac65b3613cf786f580", "score": "0.7543031", "text": "java.lang.Str...
ece5015430623531d7d10f338cd64055
Get the session object
[ { "docid": "1c1c05733d2593c094a244c0e9601feb", "score": "0.0", "text": "public static boolean replyEmail(MemberBean member, StudentEntryBean studentEntry, String body, String username, String password) {\n Properties props = new Properties();\n props.put(\"mail.smtp.host\", \"smtp.gmail.com\");\n pro...
[ { "docid": "5971a643174f7bdaed1495badfdcb517", "score": "0.83399016", "text": "public static Session getSession()\n {\n return session;\n }", "title": "" }, { "docid": "7de319bb13d2dd3b84bcfa27bf9b5856", "score": "0.8194047", "text": "public Session getUserSession();", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "fb0cd1164b1309dc5339e4eb370715e0", "score": "0.0", "text": "@Override\n public void onNothingSelected(AdapterView<?> parent) {\n\n }", "title": "" } ]
[ { "docid": "b7c706d331e2b507ec0ff8404ad87dc7", "score": "0.69742316", "text": "@Override\r\n\t\t\tpublic void crispel() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.68059677", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t...
960f627336d9a94764f9330189208795
something went completely south (like no internet connection)
[ { "docid": "1a81f0c46fafc7fa8e6fa6449c2c1e37", "score": "0.0", "text": "@Override\r\n public void onFailure(Call<Recipe> call, Throwable t) {\n Log.d(\"Error\", t.getMessage());\r\n }", "title": "" } ]
[ { "docid": "80deff98f28200c76b0f5a5a7962d181", "score": "0.62935174", "text": "private void internetCheck() {\n NoNet.monitor(this)\n .poll()\n .snackbar();\n }", "title": "" }, { "docid": "fcf4e4c571ad4ff3eb57856383a6e4b3", "score": "0.6292889", ...
3e411c1aaf1e07600b608bd52cc7f2e9
Handle navigation view item clicks here.
[ { "docid": "99c29cc5c60e27088ce9e7256c7e1679", "score": "0.0", "text": "@SuppressWarnings(\"StatementWithEmptyBody\")\n @Override\n public boolean onNavigationItemSelected(MenuItem item) {\n int viewId = item.getItemId();\n Fragment fragment = null;\n String title = getString(...
[ { "docid": "31e747c60e29111e9a3bbd193bd4ee26", "score": "0.7226646", "text": "@Override\n public void onClick(View view) {\n listener.onItemClick(fragmentPoint);\n }", "title": "" }, { "docid": "e0add0a97018cb0ceba2b80f2f797e12", "score": "0.7168989",...
92b82f009168d35b51151ce9f7d58031
Very conservative algorithm for now
[ { "docid": "40a004ccd64c6fd9e12f326459e7e0ae", "score": "0.0", "text": "public boolean isReversible(ShapesGraph shapesGraph) {\n\t\treturn input == null && !isMaybeInferred(shapesGraph) && jenaPath == null;\n\t}", "title": "" } ]
[ { "docid": "c5072843230bb89e864dbf64c85f228a", "score": "0.59872776", "text": "static void compute() {\n Queue<Integer> q = new ArrayDeque<Integer>();\n for(int i = 0; i < N; i++) {\n if(in_degree[i] == 0) {\n q.add(i);\n }\n }\n\n while(!...
8875569b26a25d6e8f4ddb257f3023b7
Touches all Strimzi custom resources of given kind to make sure they are stored under the new version. It is using the replace command to make sure this happens.
[ { "docid": "c461c9c03cfdd728b95b35d0e8807047", "score": "0.6241953", "text": "@SuppressWarnings({\"unchecked\"})\n private <R extends CustomResource, L extends CustomResourceList<R>> void storeCrsUnderNewVersionForKind(String kind) {\n MixedOperation<R, L, ?> op = VERSIONED_OPERATIONS.get(kind...
[ { "docid": "7b9da0e5b493c4845156eda50d421146", "score": "0.6633648", "text": "@SuppressWarnings({\"rawtypes\", \"unchecked\"})\n protected CustomResource replace(String kind, CustomResource cr) {\n MixedOperation<CustomResource, CustomResourceList, ?> op = VERSIONED_OPERATIONS.get(kind).apply(...
121c3fac3ba0f7bc4ac17e42028baf1d
/////// GET RULES /////////
[ { "docid": "871ba20ba78345acfc0587ac29cc9a0f", "score": "0.0", "text": "@RequestMapping(value = \"/rules/{id}\", method = RequestMethod.POST) \n\tpublic @ResponseBody ResponseEntity<Rule> addClusterRule(@PathVariable(\"id\") String id, @RequestBody Rule rule) {\n\t\t\n\t\t// Validate parameters\n\t\tif(...
[ { "docid": "5a7d01b5c19318a7d115958842a35be7", "score": "0.6271023", "text": "Rules getRules();", "title": "" }, { "docid": "865a6dfab3cee321daa5a5b813b5056a", "score": "0.6138802", "text": "private Rules() {\n\t\t}", "title": "" }, { "docid": "1ae154b6a54c3630b7deb01a201...
be6c1046d7f5cb6936d2c6c6ad9c1752
Take user's guess, turn into Character object, store in Character ArrayList.
[ { "docid": "3b8b6a9205abac33741b5ccc61b0e209", "score": "0.6483979", "text": "public static ArrayList<Character> allGuesses(char c, ArrayList<Character> a) {\n // Converting the char to Character object.\n Character userGuess = new Character(c);\n\n // Boolean used to help figure ou...
[ { "docid": "6ee7d1712c7dbae0bba6765410e7f17e", "score": "0.6635521", "text": "@Override\n\tpublic Set<String> makeGuess(char guess) throws GuessAlreadyMadeException \n\t{\n\t\t//boolean duplicate = false; //I can't remeber why I am creating this\n\t\tString guessed = Character.toString(guess);\n\t\tif(...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "c80ba21c29b7feaad9b21c92524ec8ac", "score": "0.0", "text": "public void addNextBtnListener(ActionListener listenForNextBtn) {\n\t\n\t\tnextBtn.addActionListener(listenForNextBtn);\n\t}", "title": "" } ]
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.68867725", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b645eacb329adc01490ab5013a6c4f7f", "score": "0.67295986", "text": "@Override\n\t\t\tpublic void perfom() {\n\n\t\t\t}", "t...
ab2b886397cae432f57183cb72840183
Sets the parcel value for this PrintDataInfo.
[ { "docid": "dd8b1ca4d5b6c4f0abaada895e6c5b80", "score": "0.66983557", "text": "public void setParcel(Parcel parcel) {\r\n this.parcel = parcel;\r\n }", "title": "" } ]
[ { "docid": "4346fda44c75b49844cb712396538b09", "score": "0.58335686", "text": "public void setParcelNumber(Long parcelNumber) {\r\n this.parcelNumber = parcelNumber;\r\n }", "title": "" }, { "docid": "66a539a74de30c3765c01625ad0e4c9e", "score": "0.58330846", "text": "public...
3cc21096b6eca779a688539d1968913e
Handle action bar item clicks here. The action bar will automatically handle clicks on the Home/Up button, so long as you specify a parent activity in AndroidManifest.xml.
[ { "docid": "1a239553d1a9a50807c9256d7901f3e1", "score": "0.0", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if (id == R.id.action_settings) {\n return true;\n ...
[ { "docid": "b8e4c898e0fef512a106f88d82c2d741", "score": "0.7730601", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n // up arrow in action bar clicked - goto main activity\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "cecafdaf1d270f5da514f86df2502090", "score": "0.0", "text": "@Override\n\tpublic boolean keyTyped(char character) {\n\t\treturn false;\n\t}", "title": "" } ]
[ { "docid": "3d9823aba51891281b4bbd4b1818b970", "score": "0.6671074", "text": "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.6567672", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "ti...
623cd953d0808ed7d2762fbe30c50e36
required string roomId = 1;
[ { "docid": "a6d11bfdee88af91e51c30783951fdea", "score": "0.61780167", "text": "public java.lang.String getRoomId() {\n java.lang.Object ref = roomId_;\n if (!(ref instanceof java.lang.String)) {\n com.google.protobuf.ByteString bs =\n (com.google.protobuf.ByteString) ...
[ { "docid": "e231cf7924c46d02e25b1c9864bf964d", "score": "0.7243459", "text": "java.lang.String getRoomId();", "title": "" }, { "docid": "e231cf7924c46d02e25b1c9864bf964d", "score": "0.7243459", "text": "java.lang.String getRoomId();", "title": "" }, { "docid": "92139bed1b...
a83e4d0b47dec86db251ad3b7cd55068
Class constructor assigning name, type and date to the object.
[ { "docid": "99c96096b18a1ff9742a0ae9d7f24b66", "score": "0.0", "text": "public Deadline(String taskName, String date) {\n super(taskName);\n type = \"deadline\";\n this.date = date;\n }", "title": "" } ]
[ { "docid": "96675e41cf283a909e8ca09c112ac9a6", "score": "0.6576973", "text": "public Date() {\n\t\tsuper();\n\t}", "title": "" }, { "docid": "29bff5fc8cfd0e6a2680d41a6bd319cc", "score": "0.64994055", "text": "public Date( )\r\n {\r\n month = \"January\";\r\n da...
1cfaa241acb7b1637cae7fbaa7fe5176
Print the circle info
[ { "docid": "935ddd4238265cbef1c764dd44bedf4b", "score": "0.8144934", "text": "public void printCircle() {\n System.out.println(\"The circle is created \" + getDateCreated()\n + \" and the radius is \" + radius);\n }", "title": "" } ]
[ { "docid": "35624b5d9d152ff445093240d4a00d31", "score": "0.82071936", "text": "public void printCircle() {\n System.out.println(\"The circle is created \" + getDateCreated()\n + \" and the radius is \" + radius);\n }", "title": "" }, { "docid": "fdc465a3d2782def1b711...
66d4a33324aded78122f2fc044da30b6
build the decode helper tree from the codewords
[ { "docid": "3ef2cb2a58a7049785ea8f519f5630ee", "score": "0.7414251", "text": "DecodeAux make_decode_tree(){\n int top=0;\n DecodeAux t=new DecodeAux();\n int[] ptr0=t.ptr0=new int[entries*2];\n int[] ptr1=t.ptr1=new int[entries*2];\n int[] codelist=make_words(c.lengthlist, c.entries);\n\n...
[ { "docid": "5a8e4741a15f5d9efd32cb324e7fe365", "score": "0.62338907", "text": "public String decode(String code, Tree tree) {\n\n StringBuilder result = new StringBuilder();\n\n Node node = _root;\n int counter = 0;\n\n for (int i = 0; i < code.length(); i++) {\n\n ...
dad6e8d4854ca474f0079e3ad310ae18
Returns true if the first period contains the second periods
[ { "docid": "6257369ca6746e7a979402c61a9b6267", "score": "0.63924384", "text": "public static boolean containsPeriod(Date startDate1, Date endDate1, Date startDate2, Date endDate2) {\n\t\treturn DateUtils.isBeforeEquals(startDate1, startDate2) && DateUtils.isAfterEquals(endDate1, endDate2);\n\t}", "t...
[ { "docid": "84bb17b54f381d1ffa93c1fbf1abac2c", "score": "0.7192509", "text": "public boolean overlaps(Period period2)\n {\n return this.end.isLater(period2.start) && period2.end.isLater(this.start);\n }", "title": "" }, { "docid": "06091579461cc87e3eb1352bb88b8d51", "score": "0...
d02b05adba30e78d9199eb495fb84f1e
Set the UI Type. The type of the criteria as reported in the UI. This tends to be more descriptive and useful for a user.
[ { "docid": "9640c87bb54f7cd48885ec7cbf2e881f", "score": "0.8021182", "text": "public void setUiType(String uiType) {\n this.uiType = uiType;\n }", "title": "" } ]
[ { "docid": "c1356f01bad86d28a090565826869184", "score": "0.7052337", "text": "public String getUiType() {\n return uiType;\n }", "title": "" }, { "docid": "68d7717239214c04f818253dd2c9e270", "score": "0.68226045", "text": "public void setType (String Type);", "title": "...
7ad19d281489ff014d81bae1d0afc786
Get the first dictionary provider that was load with class T and for locale.
[ { "docid": "4b54a22b7f2fd9ce5c0e28ac2d5a2002", "score": "0.75210077", "text": "public <T> T getDictionaryProvider(Class<T> providerClass, Locale locale) {\n\n for (DictionaryProvider dp : getProviders()) {\n if (providerClass.isInstance(dp) && dp.isForLocale(locale)) {\n return providerCl...
[ { "docid": "c1fa5c0f6a4050d6ed2f3b45f487467e", "score": "0.6697195", "text": "public <T> T getDictionaryProvider(Class<T> providerClass) {\n\n for (DictionaryProvider dp : getProviders()) {\n if (providerClass.isInstance(dp)) {\n return providerClass.cast(dp);\n }\n }\n\n retur...
a3ddea51a6e68af36d99fd5787258f24
= a list of values in b, separated by ", " and delimited by "[", "]"
[ { "docid": "debd995cdc3d9286d860e5859cfe879b", "score": "0.6345891", "text": "public <V> String toStringB(V[] b) {\n StringBuilder resb= new StringBuilder(\"[\");\n for (int h= 0; h < b.length; h= h + 1) {\n if (h > 0) resb.append(\", \");\n resb.append(b[h]);\n ...
[ { "docid": "4864bc6abf1d755eb12b128a29a3d4d9", "score": "0.6044317", "text": "public String convertStringListToString (String value[], String listDelimiter);", "title": "" }, { "docid": "8753ae26e8677c973710da4b7449dc9f", "score": "0.58222294", "text": "public String toStringB(double...
bbcf24d1514880f330132a1011efed12
Helper method to binarysearch the index of a given value in an array.
[ { "docid": "4c8a5ecc0e9b8dafcca4d75bf940b7a6", "score": "0.7602016", "text": "private static int indexOf(Object array, Object value) {\n if (array instanceof int[]) {\n return Arrays.binarySearch((int[]) array, (Integer) value);\n } else if (array instanceof long[]) {\n return Arrays.bin...
[ { "docid": "cfa354ecde62f591ec6abf49e9046cb7", "score": "0.7999843", "text": "private static int binarySearch(int[] array, int val) {\n\t\tint i = 0;\n\t\tint j = array.length;\n\t\twhile (i < j) {\n\t\t\tint m = (i + j) / 2;\n\t\t\tif (array[m] > val) {\n\t\t\t\tj = m;\n\t\t\t} else if (array[m] == val...
92b46b25e32629b8ff7b9dee0501f4fd
Produces an iterator of focus nodes for a given value node. This operation can only be called for node expressions where isReversible returns true and may throw an IllegalStateException otherwise.
[ { "docid": "81245ab7103edc5faaca2c688b5286a5", "score": "0.5240167", "text": "ExtendedIterator<RDFNode> evalReverse(RDFNode valueNode, NodeExpressionContext context);", "title": "" } ]
[ { "docid": "d4bfcae0f3f6e6f76b24a497ff4705c5", "score": "0.5784367", "text": "IIterator<T> getValueIterator();", "title": "" }, { "docid": "78dcb8c5c1010fa64bc96fdd80ad63e7", "score": "0.57574534", "text": "public Iterator<Node<V>> iterator()\n\t{\n\t\treturn new FwdIterator(min());\...