query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
bf68aabc9f45b45a897116116970f360
Serves the NutrientValues class.
[ { "docid": "79655e21195b07be2712a6996efa5487", "score": "0.67474437", "text": "public NutrientValues build() {\n return new NutrientValues(this);\n }", "title": "" } ]
[ { "docid": "9dd4f65623306e0a4ee5ab0f108848d2", "score": "0.72485006", "text": "public NutrientValuesBuilder() {}", "title": "" }, { "docid": "718a5c46f2d8a4753ce920cc13f8af24", "score": "0.69698644", "text": "@Override\n public String toString() {\n String nutrientValueStr ...
fe5fa2d15b88d14681ba7b0d75a37c41
/moves the cursor to the root node
[ { "docid": "f41989be7eff72afa26a42d6fc827e46", "score": "0.7545298", "text": "public void resetCursor()\n {\n cursor = this.root;\n }", "title": "" } ]
[ { "docid": "5dfb4f5916c490298bbcdd5b04447ea0", "score": "0.7783787", "text": "public void moveToRoot() {\n\t //change current to reference the root of the tree\n\t\tcurrent = root;\n\t}", "title": "" }, { "docid": "20bbb24152b18bee93d43ffd1971fc7d", "score": "0.71870404", "text": "pr...
57cc0d8b1c4c1f6c8e97a1f983c34a7e
Continue with delete operation
[ { "docid": "b4167e9682c78669953e5fc337ec87eb", "score": "0.0", "text": "public void onClick(DialogInterface dialog, int which) {\n Intent intent;\n intent = new Intent(MapsActivity.this, MainActivity.class);\n ...
[ { "docid": "cd95ac152bbd8cc7d26a18a74c96f92c", "score": "0.7359444", "text": "public void delete()\n\t{\n\t\treturn; // TODO: implement deleting during API - DB Layer Link up\n\t}", "title": "" }, { "docid": "48d3f8e06b85d2fb23bcb967f79d7187", "score": "0.73172766", "text": "public v...
21c9c11bb1f894846b72b1159aef152c
Get the Item that this Block should drop when harvested.
[ { "docid": "a168002c0c19922c0b73bddd65cd9ec5", "score": "0.6477819", "text": "public Item getItemDropped(IBlockState state, Random rand, int fortune)\n {\n return Item.getItemFromBlock(offLamp);\n }", "title": "" } ]
[ { "docid": "81b9cbb05c5891f15ed021e8a3740c04", "score": "0.74728245", "text": "public Item getDropItem() {\n return dropItem;\n }", "title": "" }, { "docid": "8658136f2281e96e93a327fe16805401", "score": "0.7270667", "text": "public ItemStack getHeldItem() {\n\t\tif (!getNPC...
4769ca633782afd8faff3ddd8e66c4e5
Sets the invokeId value for this LogPNWithDownloadReplyIn.
[ { "docid": "f5fa5d18f4b07bfc63d494bf09a6a597", "score": "0.77439517", "text": "public void setInvokeId(java.math.BigInteger invokeId) {\r\n this.invokeId = invokeId;\r\n }", "title": "" } ]
[ { "docid": "5d7fbb25d191bd92521a5323a992ddfd", "score": "0.58724385", "text": "public java.math.BigInteger getInvokeId() {\r\n return invokeId;\r\n }", "title": "" }, { "docid": "3bd36cfdde70947f4fe07b67fd6565aa", "score": "0.5054932", "text": "public AeInvokeRetryPolicy(Ae...
5f079777d03808894eb5ceba75635ead
Description: Author: Grebiel Jose Ifill Brito Created: 11.06.16 creation date
[ { "docid": "696e578125b1aa13da6813d7b3a2a34f", "score": "0.0", "text": "public interface ProductService extends ContextSetter\n{\n Observable<Void> saveOrUpdate(ProductDto dto, String listId);\n\n Observable<Void> duplicateProducts(String listId);\n\n Observable<Void> resetCheckedProducts(Strin...
[ { "docid": "070e1adb9bfd59cb643407a2dabe9b7a", "score": "0.6270894", "text": "private void hinzufügen() {\n\t\t\r\n\t}", "title": "" }, { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.6222831", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\t\t\t\r\n\t\t\t}", "t...
70e67fde32ba659f917314b2d0c2fd46
required int32 power = 1;
[ { "docid": "e48608a75aed0bea312acc5dc6a60c08", "score": "0.7469044", "text": "int getPower();", "title": "" } ]
[ { "docid": "51d4a5a34e48130629427f0f1f63860a", "score": "0.7144925", "text": "public int getPower()\r\n {return power;\r\n }", "title": "" }, { "docid": "dd5e229eb421ccf51ea9919bc3cb0b71", "score": "0.702166", "text": "public void power (int exponent);", "title": "" }, ...
415a69098423ca417140edb08178ade0
Get the error type if action was not successful.
[ { "docid": "febf782f9378354dc7c542beb02e47b8", "score": "0.7380912", "text": "public int getErrorType()\n {\n return _errorType;\n }", "title": "" } ]
[ { "docid": "bf2bdee4877bc8a9e7b8799b3fcf636a", "score": "0.7319318", "text": "public int getErrorType(){\n\t\treturn errorType;\n\t}", "title": "" }, { "docid": "3af7404ae6561cd4f97ab49caf9330e3", "score": "0.7177601", "text": "public int getErrorType() {\n\t\treturn this.errorType;\...
3ca294ae59cc743d12de6d45fe20c0e0
/ JADX WARNING: Code restructure failed: missing block: B:3:0x000f, code lost: if (r9.A0G == 1.0f) goto L_0x0011; / Code decompiled incorrectly, please refer to instructions dump.
[ { "docid": "601ebb9c9c3671f670cb238b6844376e", "score": "0.0", "text": "public final void A0B(float r10) {\n /*\n // Method dump skipped, instructions count: 135\n */\n throw new UnsupportedOperationException(\"Method not decompiled: X.C24821Dd.A0B(float):void\");\n }", ...
[ { "docid": "57eb9084b8f47a332790bd34a41251ab", "score": "0.697313", "text": "public void mo2477b(int r8, int r9) {\n /*\n r7 = this;\n r3 = 3;\n r6 = 0;\n r5 = 2;\n r4 = 1;\n r0 = r7.j;\t Catch:{ o -> 0x0029 }\n if (r0 <= r5) goto L_0x0017;\n L_...
5467913dadb5dd8eb8589ebb2764e125
repeated int32 especial_show_cards = 43;
[ { "docid": "e1ee4b8ca1d9ddbb1ef3c3fae0dfb9ef", "score": "0.0", "text": "public java.util.List<java.lang.Integer>\n getEspecialShowCardsList() {\n return java.util.Collections.unmodifiableList(especialShowCards_);\n }", "title": "" } ]
[ { "docid": "716343df9b731e52f08dfca14d8a4dfa", "score": "0.6675279", "text": "public void setnumberOfCards(int i)\n{\n\t\n}", "title": "" }, { "docid": "c953443e23d1ce0b72d07263f6944de8", "score": "0.65500754", "text": "public int getCardsValue();", "title": "" }, { "doci...
6f7a782dc5869c8695529d9de9076cb4
Returns whether the simulation must end or not
[ { "docid": "f8dd45e6eb2cae0fe843c311c2448ad5", "score": "0.9086732", "text": "public Boolean simulationMustEnd();", "title": "" } ]
[ { "docid": "56b086707da7dd5d367b11e674cda66d", "score": "0.7578018", "text": "abstract protected boolean simulationStopCondition();", "title": "" }, { "docid": "d784ae2eb7f034fc405dbed0ed3ca61f", "score": "0.7429454", "text": "protected boolean isFinished()\r\n\t{\r\n\t\tif (((-1 <= ...
bf1b7481f4402d4187e45eed18e77fad
Hace un delete en la DB donde se borrara la fila con id igual al de la instancia del Tarea e pasado como parametro.
[ { "docid": "68ec7850aba2d1935609e57638a33c53", "score": "0.6911762", "text": "@Override\n public void delete(Tarea t) {\n db = dbhelper.getWritableDatabase();\n db.delete(Constants.TAREA_TABLENAME, Constants.TAREA_ID + \"=\" + t.getId(), null);\n db.close();\n }", "title":...
[ { "docid": "12be68427f1eccb044f2de861ea29aff", "score": "0.73220307", "text": "@Override\n public void delete(Bus b) throws SQLException{\n Connection con = DataBase.getInstance().getConnection();\n \n Statement stm= mdb.getConnection().createStatement();\n String requeteInsert = \...
796d19190782029ae9727f6554946b2d
Implement client invocation of the create request through the proxyClient, which is already initialised with caller credentials, correct region and retry settings
[ { "docid": "470432678f0ef4046ff422b79d53f40c", "score": "0.56557214", "text": "private CreateCustomDataIdentifierResponse createResource(\n final CreateCustomDataIdentifierRequest createCustomDataIdentifierRequest,\n final ProxyClient<Macie2Client> proxyClient\n ) {\n CreateCusto...
[ { "docid": "e191eb25a5f691151c0ef5af8a1875b8", "score": "0.6203277", "text": "static void changeProxy() {\n // recreate a new client instance\n client = createHttpClient();\n }", "title": "" }, { "docid": "6d14991534e338e411346fe456658c20", "score": "0.6116489", "text": "prote...
1b731f2c83e426d4cac270c7ae4080a9
return boolean rep of weekdays sundaysaturday (will be entirely false boolean array for nonrelevants)
[ { "docid": "65acfdb0da0366ce19f7722fb3cd7f11", "score": "0.62034243", "text": "@Override\n public String getWeekdays(){\n String toReturn = \"\";\n for(boolean b: weekdays){\n if(b){\n toReturn += \"1\";\n }else{\n toReturn += \"0\";\n...
[ { "docid": "a74d3cf63dc9b3c0da8ea17d73a181d7", "score": "0.7077357", "text": "public boolean hasFridays(){\n\t\treturn days.contains( \"Fri\" );\r\n\t\t\r\n\t}", "title": "" }, { "docid": "9bd42e65643e8d9a864c953cdd4d3a67", "score": "0.7075871", "text": "private static boolean isWeek...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "1ea3d211f5f7eb7eefb6dac72cd90053", "score": "0.0", "text": "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tif (!cb_time_cash.isChecked()) {\n\t\t\t\t\tcb_time_cash.setChecked(true);\n\t\t\t\t\tcb_once_cash.setChecked(false);\n\t\t\t\t\ttv_cash_type.setText(\"临时停车:\");\n\t\t\t\t\tcas...
[ { "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": "" ...
999b25b901908e2600dcdba554c3835e
The mergesort algorithm. Recursively divides the string lines array into 2 arrays, then combines these arrays in the merge step.
[ { "docid": "366f40c76c49bd044ef7942746789fb8", "score": "0.72240055", "text": "public static void mergeSort(String[] lines, int first, int last, String[] temp)\n {\n int middle;\n\n if (first < last)\n {\n middle = (first + last) / 2;\n\n mergeSort(lines, fi...
[ { "docid": "861e088ed943e7f080bf9c78f3cce858", "score": "0.69700754", "text": "public static void mergeSort(String[] word,int[] lineNumber, int p, int r){\n int q;\n if(p<r){\n q=(p+r)/2;\n mergeSort(word,lineNumber, p, q);\n mergeSort(word,lineNumber,q+1, r);\n merge(word,line...
795a6c75edd231bce5590e03b49eb681
Created by daigomatsuoka on 20/08/17.
[ { "docid": "44f1a6d4b6bdf561ac18a11ce9fc5fe3", "score": "0.0", "text": "public interface OnErrorFragmentInteraction {\n void retryAction();\n}", "title": "" } ]
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.66542864", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "4862518dedb9e169c3cc620e5ebe04c5", "score": "0.6238358", "text": "@Override\r\n\tpublic void atura() {\n\t\t\r\n\t}", "title": "" ...
fdeaee15f34aacb92cd5d4717357eddf
Called when the event called affects the block at the component location
[ { "docid": "d1efde99596c121824c0dd6b744eb277", "score": "0.5652067", "text": "public void onBlockFromTo(BlockFromToEvent event) {}", "title": "" } ]
[ { "docid": "0d6d0379ddf43c3a5a487243252852a6", "score": "0.71195424", "text": "public void onBlockPlace(BlockPlaceEvent event) {}", "title": "" }, { "docid": "ebd422ff5de12a3f443081cefe4ba55c", "score": "0.687204", "text": "public void onBlockMultiPlace(BlockMultiPlaceEvent event) {}...
36b6176cbf1072946a7415a5b6bca6b6
optional .Rectangle projRect = 4;
[ { "docid": "ae41095437e881d36d031f2f4a2b6593", "score": "0.0", "text": "public ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle getProjRect() {\n return projRect_ == null ? ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.getDefaultInstance() : projRect_;\n }", "title": "" } ...
[ { "docid": "c09a4c762b4365d442c53683e130b7d8", "score": "0.6689281", "text": "boolean hasProjRect();", "title": "" }, { "docid": "f5f5aabc8dcaaec1dd3e4b605bcfefb9", "score": "0.64435637", "text": "ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle getProjRect();", "title": "...
ffad95b2a07200060d544abe4c7e9986
Establece el nro placa.
[ { "docid": "d7a566a17c818868a94c75541be54117", "score": "0.67947644", "text": "public void setNroPlaca(String nroPlaca) {\n this.nroPlaca = nroPlaca;\n }", "title": "" } ]
[ { "docid": "4cd1fcf7a0a3d5377362a6ac40c1e360", "score": "0.7035238", "text": "@Override\n\tpublic void setPlaca() {\n\t\t\n\t}", "title": "" }, { "docid": "9fd3a4a688d7394ac0b714386954bce7", "score": "0.6779226", "text": "public F_PaletaColores() {\n initComponents();\n ...
490a9e6fb4f5a05d2d9ef1b3ebaf68b3
Checking if already have existing auction in future. This method checks if the nonprofit already has an auction by checking the name of the nonprofit in the Calendar
[ { "docid": "32dc27dc9b1f71fc4eed23a7818d9806", "score": "0.6094413", "text": "public boolean checkAuctionExist (String name) {\n\t\tboolean check = true;\n\t\tfor(int i = 0; i < myAuctions.size(); i++) {\n\t\t\tif(myAuctions.get(i).getName().equals(name)) {\t\t\t\t\n\t\t\t\tcheck = false;\n\t\t\t}\n\t\t...
[ { "docid": "33116c37ec295ba494fbc6c80fdf8d2a", "score": "0.65804154", "text": "@Test\n public void submitAuction_noAuctionsOnRequestedDate_newAuctionAdded() {\n Auction testAuction = new Auction(null, auctionOwner);\n LocalDate acceptableDate = LocalDate.now().plusDays(AuctionCalendar.M...
5b836eca620eb015f3c6e2bb23f32ba2
Test add different coins
[ { "docid": "a71e47f03a1061612e517d2dfb6004a3", "score": "0.64135635", "text": "@Test\n\tpublic void m_insertDifferentsValidCoin() {\n\t\tString inputUser1 = \"INSERT 2\";\n\t\tString inputUser2 = \"INSERT 1\";\n\t\tString inputUser3 = \"INSERT .5\";\n\t\tString inputUser4 = \"INSERT 0.5\";\n\t\tboolean ...
[ { "docid": "d9be85fb1091d0572bfef99dc2140632", "score": "0.7263982", "text": "public static boolean testGetCoins() {\n ElasticBank one = new ElasticBank();\n\n one.addCoin(new Coin(\"PENNY\", 1));\n one.addCoin(new Coin(\"DIME\", 10));\n\n String coins = \"(PENNY, 1) (DIME, 10)\";\n if (!...
c4aebc67e930a180be73f2a9922741e3
optional string specimen_code = 3; optional string specimen_code = 3;
[ { "docid": "d0ed6d53912b41b5c6edf1608696f3a7", "score": "0.0", "text": "boolean hasSpecimenCode();", "title": "" } ]
[ { "docid": "a4d8e880db4e5b0bb85717021a1ceeae", "score": "0.66414577", "text": "java.lang.String getSpecimenCode2();", "title": "" }, { "docid": "93d85991ef2aecc396d012498d6cc220", "score": "0.6403951", "text": "java.lang.String getSpecimenCode();", "title": "" }, { "docid...
6470a46cb8daf30cc9ea06d2f442c03f
/ access modifiers changed from: packageprivate
[ { "docid": "a43eb825e3fe8e1a6ffaf67c307b2a49", "score": "0.0", "text": "public boolean canAddToastWindowForUid(int uid) {\n if (getWindow(new Predicate(uid) {\n /* class com.android.server.wm.$$Lambda$DisplayContent$2VlyMN8z2sOPqE9yfz3peRMI */\n private final /* synthetic */...
[ { "docid": "1260bf70decb91faff8466bae6765ba2", "score": "0.71513015", "text": "private stendhal() {\n\t}", "title": "" }, { "docid": "1a99b3a047a548e9bddf06dab6f38cd7", "score": "0.6686406", "text": "private Rekenhulp()\n\t{\n\t}", "title": "" }, { "docid": "cc19c0c7ab1bd...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "0795295aaf2abdc39940a197fd88dff6", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n View v= inflater.inflate(R.layout.fragment_assistent, container, false);\n\n ...
[ { "docid": "9889cfe738b7e9b399fedfcc374cd8be", "score": "0.6940545", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup parent, Bundle savedInstanceState) {\n // Defines the xml file for the fragment\n return inflater.inflate(R.layout.fragment_feed, parent,...
fe889c9d362594c156c8bdbe565bc66d
Constructor. Creates a Connection Handler class, to be used in pooled connection.
[ { "docid": "6cead870af0b30bcf8d6c90b5226e621", "score": "0.5686612", "text": "public ConnectionHandler(JdbcOdbc odbcApi,long env, JdbcOdbcDriverInterface driver){\n super(odbcApi,env,driver); \n tracer = odbcApi.getTracer();\t \n }", "title": "" } ]
[ { "docid": "f74dc40412981ff148e8ba49d3e36a3e", "score": "0.7118366", "text": "protected mxConnectionHandler createConnectionHandler() {\n return null;\n }", "title": "" }, { "docid": "65fd75b9fc0d8a4851b24352e495d003", "score": "0.6751203", "text": "private ConnectionPool() { }",...
7272b1c770b7ea7cb2f1a2c8654187e8
Testing whether the specified class via its name is accepted.
[ { "docid": "0c7ba5b80894e3f1d0d62110fc98bd68", "score": "0.5827378", "text": "boolean classPathContains(String className) throws RemoteException;", "title": "" } ]
[ { "docid": "c108d8fdc4e1c847592fcec7c9293d72", "score": "0.6881765", "text": "boolean acceptsSourceClass(Class<?> aClass);", "title": "" }, { "docid": "32967bbd50e4da0b22ce99c757f5ae84", "score": "0.6540281", "text": "public boolean isExistingClassOfService(String name);", "title...
3a658fea3a18c117c013b4059eb2a3f7
This method will convert from an enumeration to an integer value.
[ { "docid": "6d6bb0dd8a4968f0a573b1d9fdec3919", "score": "0.6618872", "text": "private void toInt() {\r\n\t\t\r\n\t}", "title": "" } ]
[ { "docid": "f9add530822c76be2136ccf44b607bde", "score": "0.68665975", "text": "int toInteger() {\n switch (this) {\n case FIXED:\n return 0;\n case TRIED:\n return 1;\n case AVAILABLE:\n return 2;\n default:\...
859270c85899930f0b214f8383d8468b
Provide the Apollo meta server address, could be a domain url or comma separated ip addresses, like In production environment, we suggest using one single domain like by software load balancers like nginx) instead of multiple ip addresses
[ { "docid": "629c977350bcc47bc750ea9717c379ba", "score": "0.6761148", "text": "String getMetaServerAddress(Env targetEnv);", "title": "" } ]
[ { "docid": "73479415df5f9b38606ab62eb3754da3", "score": "0.63936985", "text": "java.lang.String getServerAddress();", "title": "" }, { "docid": "4e92929826ab8307db3198b57c8e8147", "score": "0.60832167", "text": "public String getServerAddress() {\r\n\t\treturn this.serverAddress;\r\n...
dfbc68b1f0a67bf57b8e0c5ae0e84d38
URL url = null;
[ { "docid": "70dd9db5c18d4598ea98a91becdaa4a1", "score": "0.0", "text": "@Override\r\n protected void onCreate(Bundle savedInstanceState) {\r\n super.onCreate(savedInstanceState);\r\n binding = ActivitySignUpBinding.inflate(LayoutInflater.from(this));\r\n setContentView(binding.ge...
[ { "docid": "cbf0c2550a4868e0031988558a6d8382", "score": "0.7451992", "text": "public void setURL(String _url) { url = _url; }", "title": "" }, { "docid": "2d11f7351ac2e20fe73829f4b0bccd69", "score": "0.70683634", "text": "public void setUrl(URL url)\n {\n this.url = url;\n }", ...
2ba9aa23f4298cf18892f8a7f655ce22
This method was generated by MyBatis Generator. This method corresponds to the database table TBL_URI01_TSYUSI
[ { "docid": "8e1ff6a91e0ffc3ed2e168ce65214b30", "score": "0.49859345", "text": "TblUri01Tsyusi selectByPrimaryKey(TblUri01TsyusiKey key);", "title": "" } ]
[ { "docid": "a883b0db38f412348dea877d25b086c8", "score": "0.5232532", "text": "List<TblUri01Tsyusi> selectByExample(TblUri01TsyusiExample example);", "title": "" }, { "docid": "4dc90e66793383670eb41e32d587a99e", "score": "0.49268746", "text": "public interface TblserialnumberHisDAO ex...
a07b43e6a3f5cd7e7d1f067709297f9a
Sets the configurations for the dataset name and configurations for the input format.
[ { "docid": "3dc3d0d31b19017397714142cc00857b", "score": "0.5876989", "text": "public static void setDataset(Configuration configuration, String dataset, Map<String, String> arguments) {\n configuration.set(INPUT_DATASET_NAME, dataset);\n configuration.set(INPUT_DATASET_ARGS, GSON.toJson(arguments,...
[ { "docid": "25feec1840cf7f048239b529f4d079e1", "score": "0.56773865", "text": "private void init(Element config_dataset) {\n List<?> nodes;\n Element elem;\n Element section;\n ConfigParameter parameter;\n String name;\n String value;\n\n // Managing crit...
26ac85d39f0c8823ba32be545f51ca8c
update the UI while the progress is updating on the background Async
[ { "docid": "b202cec43430a75ef4f4155d0f8ef320", "score": "0.0", "text": "protected Void onProgressUpdate(Integer ... progress)\n {\n setProgressPercentage([0]);\n }", "title": "" } ]
[ { "docid": "a6a07c8d68537c0f6563c130a4fc5c5e", "score": "0.76345974", "text": "public void updateProgressBar() {\n mHandler.postDelayed(mUpdateTimeTask, 100);\n }", "title": "" }, { "docid": "a6a07c8d68537c0f6563c130a4fc5c5e", "score": "0.76345974", "text": "public void upd...
bab1f3cdf3dbc8864d24604ecf7c2fe4
Agrega un ActionListener a todos los botones en un JPanel panel
[ { "docid": "911414dfb5387c5004dbd5c33de291f6", "score": "0.60390854", "text": "public static void addListeners(JPanel panel, ActionListener l)\n\t{\n\t\t// TODO Auto-generated method stub\n\t\tfor (Component c : panel.getComponents())\n\t\t{\n\t\t\tif (c instanceof JButton)\n\t\t\t{\n\t\t\t\t((JButton) ...
[ { "docid": "109b035dc60be3ca6ae526692ad4c8b5", "score": "0.7156497", "text": "public void colocarBotones() {\n\t\tboton1 = new JButton();\n\t\tboton1.setText(\"Boton 1\");\n\t\tboton2 = new JButton();\n\t\tboton2.setText(\"Boton 2 \");\n\t\t// Formato del texto de los botones\n\t\t// color de la letra\n...
8a0afba9209dd5e51ea2c66fbe568a57
/ / / / / / / / / / / /
[ { "docid": "97579d8a037c84665ef34f9d08bdcced", "score": "0.0", "text": "public boolean equals(Object paramObject)\n/* */ {\n/* 425 */ return super.equals(paramObject);\n/* */ }", "title": "" } ]
[ { "docid": "f4bfb491658d23d04e324332ecb7e7a4", "score": "0.53118765", "text": "public abstract int slash();", "title": "" }, { "docid": "9cbd68e444456243ecfc9be82f14281f", "score": "0.5158554", "text": "public double getWidth(){\r\n return localWidth;\r...
ed05f00c0299f6f5695d88ec1cbef80e
.wso2.discovery.config.enforcer.Service authService = 4;
[ { "docid": "66ec7d0282560e995c9093b61677b823", "score": "0.56952006", "text": "public org.wso2.choreo.connect.discovery.config.enforcer.Service getAuthService() {\n if (authServiceBuilder_ == null) {\n return authService_ == null ? org.wso2.choreo.connect.discovery.config.enforcer.Service.ge...
[ { "docid": "9e032d847903bdf9f9555800bda98115", "score": "0.6242192", "text": "@java.lang.Override\n public org.wso2.choreo.connect.discovery.config.enforcer.Service getAuthService() {\n return authService_ == null ? org.wso2.choreo.connect.discovery.config.enforcer.Service.getDefaultInstance() : aut...
10b7a7d3194de43dc11f581849fa31ff
Returns whether the user can use Easy Connect to onboard a device to the network. See
[ { "docid": "60a9a837316192da54c86c63f28f3d4e", "score": "0.74754983", "text": "@Override\n public boolean canEasyConnect() {\n if (getWifiConfiguration() == null) {\n return false;\n }\n\n if (!mWifiManager.isEasyConnectSupported()) {\n return false;\n ...
[ { "docid": "3abdae912363df30b50a523c7a40ecb3", "score": "0.69193256", "text": "public boolean isSupportConnected()\r\n/* 190: */ {\r\n/* 191:335 */ return true;\r\n/* 192: */ }", "title": "" }, { "docid": "b8d0adad7adbd43f283711593b78cbac", "score": "0.6798454", "text":...
18db425f71c8cb3015f2ef674793a2f0
Run UI rendering on the main thread
[ { "docid": "a17c021c59401f59fdda4fbaec62fc25", "score": "0.0", "text": "@Override\n public void useData(final String countyName, final List<LatLng> countyOutline,\n final Map<String, String> countyStatistics) {\n mMainThreadHandler.post(new Runnable() {\n ...
[ { "docid": "dc975eb982080bcdda2ea2bd66c3a8fc", "score": "0.70015496", "text": "public void run() {\n // Separate thread starts the GUI\n createGUI();\n }", "title": "" }, { "docid": "89834923bc0f5da0ccf7b871835f3c67", "score": "0.69435...
6dc17e883fcc635acc0b5c092014c151
add another exception handler .... to catch any exception (catch all)
[ { "docid": "dd3e07d70f3e542755610bf0784a3485", "score": "0.0", "text": "@ExceptionHandler\n\tpublic ResponseEntity<CustomerErrorResponse> handleException(Exception exc){\n\t\t// create customer response entity\n\t\tCustomerErrorResponse error= new CustomerErrorResponse(\n\t\t\t\t\t\t\t\t\t\tHttpStatus.B...
[ { "docid": "02eef6156e486952b8e2ee1b8c71dd81", "score": "0.6623538", "text": "public void exceptionHandler() {\n Lib.assertTrue(KThread.currentThread() instanceof UThread);\n\n UserProcess process = ((UThread) KThread.currentThread()).process;\n int cause = M...
d513ca26c17b2eb11619d2e4f73db108
Contract for delegation to the rest of the chain.
[ { "docid": "71275b4f426271fd13d67cc7d3917a56", "score": "0.4775082", "text": "public interface Chain {\n Chain DEFAULT = ic -> {\n try {\n return ic.decoder().decode(ic.response(), ic.returnType());\n } catch (final FeignException e) {\n throw e;\n } catch (final RuntimeE...
[ { "docid": "ea1fe12d30b39ec7af5d106463652539", "score": "0.5951128", "text": "@Override\n\tpublic Service chain() throws Exception {\n\t\treturn this;\n\t}", "title": "" }, { "docid": "8d0ebbbbe2398b053bf25cdc1599b4ca", "score": "0.55498224", "text": "@Test\n void testResolveDelegat...
669ca8ea313c1e6cb81fb98300eed408
This is a performance optimization; not strictly necessary. Constructs a path operand for building expressions.
[ { "docid": "5143596b7b49aa4820a35d0b775813fb", "score": "0.7097638", "text": "PathOperand(String path) {\n this.path = new Path(path);\n this.pathString = path;\n }", "title": "" } ]
[ { "docid": "1075dce19024e4fc7ba8c6a543fdbe6f", "score": "0.73077685", "text": "PathExpressionPlus createPathExpressionPlus();", "title": "" }, { "docid": "a296cff2bc120c646c40d524bf9b3ee3", "score": "0.64136493", "text": "NodeExpressionPath createNodeExpressionPath();", "title": ...
c65e4ff073f0d2ef359f6767239e0307
string endpoint_url = 6;
[ { "docid": "d6397f8fff76104686e54c41482603b0", "score": "0.5766701", "text": "com.google.protobuf.ByteString\n getEndpointUrlBytes();", "title": "" } ]
[ { "docid": "0c13fc779da4beca4ff42f261994ca81", "score": "0.7129715", "text": "java.lang.String getEndpointUrl();", "title": "" }, { "docid": "66fafc692165890340c7809b0bcc2fc6", "score": "0.6992021", "text": "public String getEndpointUrl();", "title": "" }, { "docid": "64e...
cc05054390697a33cda51113d20ceecd
add id to list, send information to said id
[ { "docid": "7ad0dee914d0af5114ab0ca504f51d83", "score": "0.0", "text": "@Override\n public void connectAsOperator(String operatorId){\n for (String id: operatorIds){\n if (id.equals(operatorId))\n return;\n }\n operatorIds.add(operatorId);\n messa...
[ { "docid": "2eff436ee639f71e4a0aa833c3221465", "score": "0.70638865", "text": "@Override\r\n\tpublic void list(int id) {\n\r\n\t}", "title": "" }, { "docid": "cf95fed19215401909c3c12ec72fa000", "score": "0.6423633", "text": "public void recup_id_question (String[] id){\n Colle...
5d9d9d7dabcd5a4a537e3c95b70c6860
Method to convert a string to a ByteArrayInputStream
[ { "docid": "58372b20afc1517c8a3d730d85725a61", "score": "0.72490025", "text": "public static ByteArrayInputStream encode(String toConvert)\r\n {\r\n return new ByteArrayInputStream(toConvert.getBytes());\r\n }", "title": "" } ]
[ { "docid": "9cb553ad2b5ed2743634b7e1fe88ad70", "score": "0.7427442", "text": "public static InputStream toInputStream(String input) {\n return new ByteArrayInputStream(input.getBytes());\n }", "title": "" }, { "docid": "13dc8f745ade51e354590a8a2d94dc5c", "score": "0.64406896", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "9da7a633ae763462424641fb95ba81ab", "score": "0.0", "text": "@Override\n\t\t\tpublic void onProgressChanged(WebView view, int newProgress) {\n\t\t\t\tsuper.onProgressChanged(view, newProgress);\n\t\t\t\twebview_progress.setProgress(newProgress);\n\t\t\t\tif(newProgress==100){\n\t\t\t\t\twebvi...
[ { "docid": "b7c706d331e2b507ec0ff8404ad87dc7", "score": "0.69750255", "text": "@Override\r\n\t\t\tpublic void crispel() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.6807575", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t\...
c404e970cafb7133a732d33ca32daefc
============================================================================================================================== added by wayne 20190716
[ { "docid": "c97cdf88b744a6e7c2c0d8495d7860ab", "score": "0.0", "text": "private Map<String, Map<String, Object>> fileMetadataParser_V1(String metadata, String parentNodeName,\n String minioNamePrefix, String bucketName,\n ...
[ { "docid": "a55a150557f80abcbd733ee3162b0661", "score": "0.6185919", "text": "private void m18301a() {\n }", "title": "" }, { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6089639", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, { "docid...
19daa7e1f1004fb322872abc04e8ed82
hard and 6th box, dsst
[ { "docid": "dcf0f0416ac5cbc98b0b3b851366b843", "score": "0.0", "text": "@Override\n public void touchUp(InputEvent event, float x, float y, int pointer, int button) {\n if(MainScreen.boxCounter == 6)\n cg.myGameCallBack.onStartDSSTActivity(cg.player_pos, cg.b...
[ { "docid": "3cc6a6e38966551e412783cc6afe3247", "score": "0.5997038", "text": "private void sbox7noLT()\r\n\t{\r\n\t\tx1 = x3;\r\n\t\tx3 = x3 & x0;\r\n\t\tx3 = x3 ^ x4;\r\n\t\tx4 = x4 & x0;\r\n\t\tx1 = x1 ^ x3;\r\n\t\tx3 = x3 ^ x0;\r\n\t\tx0 = x0 ^ x2;\r\n\t\tx2 = x2 | x1;\r\n\t\tx2 = x2 ^ x3;\r\n\t\tx4 ...
78612a5510878edd7cd3a3385bfaaba6
these are our own project opened/closed events. in the case of idea platform presence they are triggered from the corresponding idea project opened/closed events. in the other case they are triggered at the init/dispose methods
[ { "docid": "ea51a96343fe9b14d14098c6b9855f4b", "score": "0.5606502", "text": "public final void projectOpened() {\n LOG.info(\"Project '\" + getName() + \"' is opened\");\n myProjectManager.projectOpened(this);\n }", "title": "" } ]
[ { "docid": "2c3d40d290ca3ae4825a19a77ddccea7", "score": "0.6666394", "text": "public abstract void __onOpen();", "title": "" }, { "docid": "2123f9e97777fa64294f73b31cea6a27", "score": "0.6336534", "text": "protected void onOpen() {}", "title": "" }, { "docid": "0fef80ab72...
957e0e42458b7561961da0ef5c553d8f
Called for any event that can be listened for in the gamemodel.
[ { "docid": "35d7a6232867550576c8831a2f0b4254", "score": "0.78848904", "text": "public void onGameModelEvent(IGameModelEvent event);", "title": "" } ]
[ { "docid": "05fcb5148748820fb5a53e6bf6f9ceaf", "score": "0.7086439", "text": "@Override\n\tpublic void onEvent(Event event) {\n\t\t\n\t}", "title": "" }, { "docid": "83ef0f7526360559c757e4e62bba6360", "score": "0.70636237", "text": "@Override\r\n \tpublic void GameEventPerformed(Game...
2f7e9f642dfc67c7bbf571a1c92752b7
$ANTLR end "entryRuleBooleanLiteral" $ANTLR start "ruleBooleanLiteral" ../org.iobserve.rac.constraint.ui/srcgen/org/iobserve/rac/constraint/ui/contentassist/antlr/internal/InternalConstraintLang.g:910:1: ruleBooleanLiteral : ( ( rule__BooleanLiteral__ValueAssignment ) ) ;
[ { "docid": "356b794c217447db056b96304f1b4f1b", "score": "0.82421035", "text": "public final void ruleBooleanLiteral() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.iobserve.rac.constraint.ui/src-gen/org/iobserve/rac/cons...
[ { "docid": "e322e13738fb961caa8409dd74a24f90", "score": "0.8315821", "text": "public final void rule__BooleanLiteral__ValueAssignment() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.iobserve.rac.constraint.ui/src-gen/org...
4fb6a314a4b88bf6cff991166070234a
a scriptlet extending Postprocess will run immediately after the rendering phase of a template. use this to do the following things: specify the output name of the generated file specify the output directory of the generated file (specify a relative path name!) beautify the generated output delete the generated output ...
[ { "docid": "d63e86acc0fec83934a3cc40ed744f97", "score": "0.5169245", "text": "public interface Postprocessor extends ProcessorBase {\n\tpublic String getOutputdir();\n\tpublic String getOutputname();\n\tpublic Boolean getDongenerate();\n}", "title": "" } ]
[ { "docid": "0543538f43d52754e2b3bff70c542c87", "score": "0.59190774", "text": "private void genScript(PrintWriter mainPw, String template) {\n StringBuffer buf = new StringBuffer(template);\n replaceAll(buf, \"__MODULE_FUNC__\", moduleFunction);\n replaceAll(buf, \"__MODULE_NAME__\", moduleN...
fecaf3b23b5f20ba0c6d5fcef2cb0843
Tests whether the linked list is empty.
[ { "docid": "9a19b927664a233e73bede8fd5548457", "score": "0.0", "text": "public boolean isEmpty() { return size == 0; }", "title": "" } ]
[ { "docid": "ef96a560ed2f17f6842e6c2ba48c9b1b", "score": "0.83851165", "text": "public boolean empty() {\n return linkList.size() == 0;\n }", "title": "" }, { "docid": "e017d8828e2d2ef4a2c30320bb12f553", "score": "0.83762765", "text": "public boolean empty() {\n retur...
be530eb1008b5a4c7f7c3ab2e7604126
Called whenever a season is selected
[ { "docid": "e7eba69979db2a9113063d89f0596a79", "score": "0.6861488", "text": "@Override\n public void onItemSelected(AdapterView<?> adapterView, View view, int position, long id) {\n String query = DateUtils.seasons[position].toLowerCase();\n if(position == 0) {\n query = \"a...
[ { "docid": "e4033429831e11e6c42570ac30afa781", "score": "0.67483574", "text": "public void fliterMyAssortmentBySeason(String season) {\r\n\t\t\r\n\t\t\r\n\t\tSelect seasonDropdown = new Select(allSeasonsDropDown);\r\n\t\t\r\n\t\tif (!season.isEmpty()) {\r\n\t\t\tseasonDropdown.selectByVisibleText(season...
ffbf734e6dc70dec664161c21a4db728
returns null if no matching records are found
[ { "docid": "fa840a12f5494c50249c7f6cf8ce5246", "score": "0.0", "text": "public static Publisher getPublisher(int publisherID) {\n\t\tPublisher publisher = null;\r\n\t\ttry {\r\n\t\t\tpublisher = publisherdao.getPublisher(publisherID);\r\n\t\t}catch(IOException e){\r\n\t\t\tSystem.out.println(\"ERROR: UN...
[ { "docid": "c8df6dace8d206518b84e873c7ac6f37", "score": "0.612048", "text": "@Override\n\t\tpublic Optional findAny() {\n\t\t\treturn null;\n\t\t}", "title": "" }, { "docid": "f251c57336edc62e8f0f13a02f89bee2", "score": "0.5964841", "text": "@Override\n\t\tpublic Optional findFirst()...
f7ca8ad252d55707a61948ec97e61ca1
Initialize the table with provided fields.
[ { "docid": "ae10d2443aaf062d089a9ed79e423cf5", "score": "0.0", "text": "public Tablet(String medicineName, Double medicinePrice, String compName, String expiryDate) {\n\t\tsuper(medicineName, medicinePrice, compName, expiryDate);\n\t\t// TODO Auto-generated constructor stub\n\t}", "title": "" } ]
[ { "docid": "074c54330ee786894ea0724db730d998", "score": "0.7760889", "text": "public void init(FieldTable table)\n {\n super.init(table);\n }", "title": "" }, { "docid": "e119084f2e5d5c7d99c613be134aa207", "score": "0.74913985", "text": "@Override\n\tprotected void initT...
fff8f41d234c29c7777554b91dd07883
Set the value related to the column: jaundice_past
[ { "docid": "d7d0f2dfcd485e0f2d9ade931a7a5b8d", "score": "0.6835935", "text": "public void setJaundicePast (java.lang.String jaundicePast) {\n\t\tthis.jaundicePast = jaundicePast;\n\t}", "title": "" } ]
[ { "docid": "d10ca7c175aef6f01072d466620609ed", "score": "0.62548393", "text": "public void setHaematamosisPast (java.lang.String haematamosisPast) {\n\t\tthis.haematamosisPast = haematamosisPast;\n\t}", "title": "" }, { "docid": "f40a4a5b0045bb637e870939024ef9fb", "score": "0.6120243", ...
7964a71d0c2926b086c9fe511c6bc6d6
Of maximal acquir max value.
[ { "docid": "e1c9862e03f5f420b48558b0cfc8ddcf", "score": "0.0", "text": "public double maximal(double[] paraArray) {\r\n\t\tdouble tempMaximal = Double.MIN_VALUE;\r\n\t\tfor (int i = 0; i < paraArray.length; i++) {\r\n\t\t\tif (tempMaximal < paraArray[i]) {\r\n\t\t\t\ttempMaximal = paraArray[i];\r\n\t\t\...
[ { "docid": "477255ddc97ec240eb59c91700aca76d", "score": "0.8253207", "text": "public Number getMaxValue() {return max_value;}", "title": "" }, { "docid": "e01eee68a9fbbd093eea488fdeadadbc", "score": "0.821664", "text": "public double getMaxValueFromThisSequence() {\n return ma...
05384bf8406095d9122a7c6ca5d9ece7
Gets the last known folders for the given account
[ { "docid": "ea81b7e2e335285f1b4e0467c1472c6f", "score": "0.652745", "text": "public FileStorageFolderStub[] getLastKnownFolders() throws OXException {\n try {\n\n final JSONObject accountMetadata = FileStorageAccountMetaDataUtil.getAccountMetaData(account);\n final JSONArray...
[ { "docid": "6219b4e26a7f6c72fb78bcf28884d62e", "score": "0.5673026", "text": "List<OneFolder> getChildFolder() throws IOException, OneDriveException;", "title": "" }, { "docid": "059ff715ad198c0707c1fb268fc3c1e4", "score": "0.5653692", "text": "public FileStorageFolderStub[] getLastK...
9391938b15ab27583a3c4cb8c2953b0c
Replace existing ResourceRequest by the new requests
[ { "docid": "30499fd9b9c688ae0d940c03f6e355d6", "score": "0.66811156", "text": "ResourceRequestUpdateResult updateResourceRequests(\n Collection<ResourceRequest> requests,\n boolean recoverPreemptedRequestForAContainer);", "title": "" } ]
[ { "docid": "78bc95156fd7e7b349b9688e2520130b", "score": "0.6249447", "text": "void applyRequestChanges(Request requestInstance);", "title": "" }, { "docid": "d24a2d4e0b79b6e1619fa9a96a5b1caa", "score": "0.5767448", "text": "@Override\n\tpublic ResponseMap updates(RequestMap requestMa...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "c41d0b8b0cb662e5adf274a15fca84e5", "score": "0.0", "text": "public static void main(String[] args) {\n\n\t\t\n\t\t\n\n\t\t\n\t\tSession s;\n\t\t\n\t\tTransaction t;\n\n\t\t\n\t\t \n\t\t\t\t//Gravando Nota Fiscal \n\n\t \n\t Funcionario fc = new Funcionario();\n\t\t\n\t\tfc.setCpf(74...
[ { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.6694425", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.65685415", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "title": "" }, ...
d6d01eeb5a2268515ae8038724724dd2
TODO: Warning this method won't work in the case the id fields are not set
[ { "docid": "a67485948552c66c408d8b82bc072e9e", "score": "0.0", "text": "@Override\n public boolean equals(Object object) {\n if (!(object instanceof Esyaekle)) {\n return false;\n }\n Esyaekle other = (Esyaekle) object;\n if ((this.esyaid == null && other.esyaid...
[ { "docid": "742b0c3e2a1414946f3c2e50534b0bc8", "score": "0.6733944", "text": "public void setId(int id){this.id = id;}", "title": "" }, { "docid": "226e4edfcc3315033b343f250068aff0", "score": "0.659802", "text": "private void clearId() {\n \n id_ = getDefaultInstance().getI...
1bb7c6986c74d1c8827c997b9463a74d
Fin Elimninar() Verificacion si el clienteId existe en la base de datos
[ { "docid": "d21792ea54e3b37d5d87bcc454400b64", "score": "0.74633616", "text": "public boolean ClienteExiste(int clienteId) {\n\t\tint clienteExiste = 0;\n\t\ttry {\t\t\t\t\t\n\t\t\tConnection conection = ConexionBD.Conectar();\n\t\t\tString sql =\n\t\t\t\t\t\"SELECT count(*) AS existe \\r\\n\" + \n\t\t\...
[ { "docid": "4827e8904c19888a5b981e32a1c6ac95", "score": "0.7485721", "text": "boolean existe(Cliente cliente);", "title": "" }, { "docid": "655a4e5fd58b23dee0be5eccd615e83a", "score": "0.70549023", "text": "public static boolean incluiCliente(Cliente cliente) {\n dao = new Cli...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "7c77cd78ac01493ed3909ece00df5bf7", "score": "0.0", "text": "@Override\n\t\t\t\tpublic void done(AVException arg0) {\n\t\t\t\t\tif (arg0 == null) {\n\t\t\t\t\t\tToast.makeText(getApplicationContext(), \"删除成功\",\n\t\t\t\t\t\t\t\tToast.LENGTH_SHORT).show();\n\n\t\t\t\t\t\tAddressActivity.curren...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6840185", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.68005073", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "tit...
07b95b762e73005e7a06887c92f668b7
optional int32 page_size = 6;
[ { "docid": "eeed936378f5898ca81858aa795696ac", "score": "0.6064985", "text": "boolean hasPageSize();", "title": "" } ]
[ { "docid": "1a91677322d27ff17a7965ac21e39eed", "score": "0.7331519", "text": "long getPageSize();", "title": "" }, { "docid": "1a91677322d27ff17a7965ac21e39eed", "score": "0.7331519", "text": "long getPageSize();", "title": "" }, { "docid": "1a91677322d27ff17a7965ac21e39e...
495fe6c80ff2e12237da973f61f73675
Returns the count of all companies that match the whereClause.
[ { "docid": "625cfc18a36064ffae7736ba5a3bcfe5", "score": "0.71605134", "text": "public synchronized static int getCompanyListCount(String whereClause) throws Exception {\n\t\t\n\t\t// Logger operation constant\n\t\tString operation = FSRClientConstants.OPERATION_LIST_COUNT;\n\t\t\t\t\n\t\tlogger.debug(Lo...
[ { "docid": "32dc7371b2c4b3b85343a7f7156d82de", "score": "0.637261", "text": "@Override\n\tpublic CompanyDTO CountCompanies(String SqlQuery) {\n\n\t\t// TODO Auto-generated method stub\n\n\t\ttry {\n\t\t\tcon = db_utility.getConnection();\n\t\t} catch (Exception e) {\n\t\t\t// TODO Auto-generated catch b...
a5a5623c8eff78d81d0fc67aa445a5ee
Parse an address (nameaddr or address spec) and return and address structure.
[ { "docid": "e9d910c8844d5710afa67209881d9738", "score": "0.7797735", "text": "public AddressImpl parseAddress(String address) throws ParseException {\n AddressParser addressParser = new AddressParser(address);\n return addressParser.address(true);\n }", "title": "" } ]
[ { "docid": "9efb5416626dff0ba20612cb3528d2b2", "score": "0.7770063", "text": "public Address parseAddress(String address)\n throws ParseException {\n AddressParser addressParser = new AddressParser(address);\n return addressParser.address();\n }", "title": "" }, { "docid"...
fa1f0383c77392c67762d63d4233b49c
This method was generated by MyBatis Generator. This method sets the value of the database column role_menu_permissions.menu_id
[ { "docid": "e9b3feae31bb05b84e53548f72dd06b2", "score": "0.67722607", "text": "public void setMenuId(Integer menuId) {\n this.menuId = menuId;\n }", "title": "" } ]
[ { "docid": "01b32c7f4c9c29d666b69e6728d7fbf3", "score": "0.7276298", "text": "public void setRoleMenuPermissionId(Integer roleMenuPermissionId) {\n this.roleMenuPermissionId = roleMenuPermissionId;\n }", "title": "" }, { "docid": "827a0a0eaa236c7622585aa6a0ed0dde", "score": "0....
bdd02fbe270f467f5a761b7ba58fa36a
Create a MethodRegistry for a resource. That is find any methods that correspond to a REST endpoint and parse them already to reduce processing later on.
[ { "docid": "90c8ac7899f0819911d8a3632e7e7560", "score": "0.7974344", "text": "MethodRegistry(final Object resource) {\n Class<?> clazz = resource.getClass();\n if (!clazz.isAnnotationPresent(Path.class)) {\n for (final Class<?> itf : clazz.getInterfaces()) {\n ...
[ { "docid": "b2df061578795cb71140d43ad758ef1a", "score": "0.60638714", "text": "public RamlResourceRegistry(final ConnectionHandler handler) {\n int counter = 0;\n for (final Method m : handler.getClass().getMethods()) {\n final Class<?> clazz = m.getReturnType();\n if...
6aa1e453dd0050caca721f07c308c1ae
Getter method for usedinact
[ { "docid": "59fd74d5cbae3bd7515f8945c33bfb50", "score": "0.65345955", "text": "public java.lang.Integer getUsedinact() {\n\treturn usedinact;\n}", "title": "" } ]
[ { "docid": "15dd166d34a1bf94228cfaa6ed2cb946", "score": "0.6092925", "text": "@Override\n\t\t\tpublic void get() {\n\t\t\t\tChmApplication application = (ChmApplication) ((FragmentActivity)mContext).getApplication();\n//\t\t\t\t\t\t\t\t\t\tSystem.out.println(application.chmIdentity);\n\t\t\t\tif(emMeans...
87f804089b2ba70186480c3f0468b7ae
Remove any END_OF_EVENT and END_OF_STRING strings from this string used for text inputs, in case the user somehow manages to enter the exact string this is EXTREMELY unlikely!
[ { "docid": "e3bd9a6c0803b88d893710658bde5bd5", "score": "0.75940883", "text": "public String cleanInput(String input)\n {\n\n //Remove the END_OF_EVENT string from the input, if the user has somehow managed to enter it\n String[] inputSplit = input.split(END_OF_EVENT);\n input = ...
[ { "docid": "61d4dee2e1df4f8caa36040abcdb48a7", "score": "0.7607011", "text": "public String cleanInput(String input)\n {\n //Remove the END_OF_EVENT string from the input, if the user has somehow managed to enter it\n String[] inputSplit = input.split(END_OF_EVENT);\n input = \"\...
71363d2c03bdfaef230c51fb06a42e38
Governs MiniBot's movement according to the input from the XboxController
[ { "docid": "27f9ea524a4f3646ee250395bbf7453f", "score": "0.0", "text": "public void leftThumbMove(double magnitude, double direction) {\n// double power = magnitude * MAX_MOTOR_POW;\n curLeft = MAX_MOTOR_POW * magnitude * Math.sin(Math.PI / 2 + Math\n .toRadians\n ...
[ { "docid": "d62ee4c37ac29e72637c4519a8b5684c", "score": "0.67631304", "text": "private void GetInput()\r\n {\r\n ///Implicit eroul nu trebuie sa se deplaseze daca nu este apasata o tasta\r\n xMove = 0;\r\n yMove = 0;\r\n\r\n ///Verificare apasare tasta \"sus\"\r\n i...
bbe248412318a6ce26e56e113be4e738
The URI of the VPC network that the firewall rule is associated with. This field is not applicable to hierarchical firewall policy rules. string network_uri = 6;
[ { "docid": "0d5c462381a6ddc7ec60beb3410b1b8c", "score": "0.6098989", "text": "com.google.protobuf.ByteString getNetworkUriBytes();", "title": "" } ]
[ { "docid": "22595c04d071bf1172a16ad5e60ffcf6", "score": "0.67945147", "text": "java.lang.String getNetworkUri();", "title": "" }, { "docid": "6b3e9f6c1b5250ff93fc85e3cac9e1be", "score": "0.5834618", "text": "public java.lang.String getNetwork() {\n java.lang.Object ref = network...
31ea0d2b1ca8e99e853a57b96751e332
before the request begins, show a progress indicator
[ { "docid": "911319eee8698fe434dc32d4356cca4b", "score": "0.6727203", "text": "@Override\n\t\tprotected void onPreExecute() {\n\t\t\tshowLoadingProgressDialog();\n\t\t}", "title": "" } ]
[ { "docid": "0f1d5249e0576ceb64129c25d9696ec7", "score": "0.73939204", "text": "public void showProgress(){\n\r\n\r\n\t}", "title": "" }, { "docid": "ee96ddd2527a7e68476cc74a3d990020", "score": "0.7387652", "text": "@Override\n public void onRequestStarted() {\n findViewById...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "a67b0254f94acf8993601fea390064c6", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu_steps, menu);\n return true;\n }", "title": "" } ]
[ { "docid": "9813d71a4b724b9d132f23a2cb80322c", "score": "0.7082155", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\n\t\tinflater.inflate(R.menu.main_activity_actions, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "t...
3f1afd0eccce6ce09d0034929f231177
Caches the person in the entity cache if it is enabled.
[ { "docid": "742ba406b047cf90f61994345dbb8c80", "score": "0.6791093", "text": "public static void cacheResult(org.goodreturn.model.Person person) {\n\t\tgetPersistence().cacheResult(person);\n\t}", "title": "" } ]
[ { "docid": "2bffa3492bc5f4618bfb870f0ba4e093", "score": "0.61544883", "text": "@Override\n\tpublic void cacheResult(AuthorResearchInterest authorResearchInterest) {\n\t\tEntityCacheUtil.putResult(AuthorResearchInterestModelImpl.ENTITY_CACHE_ENABLED,\n\t\t\tAuthorResearchInterestImpl.class,\n\t\t\tauthor...
555b69dc83fafa24b09843a052f5da71
Return value of y in meters
[ { "docid": "20c13f11a22f9a53408d94d81de155d2", "score": "0.73946095", "text": "private double getYMeters(int index) {\r\n\t\treturn CsdpFunctions.feetToMeters(y[index]);\r\n\t}", "title": "" } ]
[ { "docid": "dbf1fba30cc2af3a7241508513641be8", "score": "0.77220565", "text": "public double getMinYMeters() {\r\n\t\treturn CsdpFunctions.feetToMeters(minY);\r\n\t}", "title": "" }, { "docid": "91f1d1a39da8c6a96e86e8c66362a241", "score": "0.7580154", "text": "public double getY();",...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "917dc807a822c8860d0d205d14d454ee", "score": "0.0", "text": "public static void main(String[] args) throws NumberFormatException, IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint n, d, k, c;\n\t\tString[] split = br.readLine().split(\" \");...
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6836411", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6679176", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, ...
85f2fb38b005a8d375498f014c4755d1
ACCESS POLICIES, PRACTICES OF INST
[ { "docid": "04a5700fa80acf514d7e30a48f15c6ee", "score": "0.0", "text": "public String getNarrType24()\n {\n String desc= \"Indicate the level of service provided (e.g., hours open, number of patrons, number \"+\n \"of items loaned or used on-site, participation in cooperative access programs such...
[ { "docid": "060d2faad50d05c1c4675987794128cf", "score": "0.5405986", "text": "private void initPolicies() {\n //add rank policies\n rankPolicies.add(new NumberOfWins());\n rankPolicies.add(new GoalDifference());\n\n //add points policies\n pointsPolicies.add(new OnePoi...
45677b94a85e8f48ad767ece589586ab
Adds one or more resources to the ControlLoop.
[ { "docid": "c19dbce5807e202fc8d33ea2b7685990", "score": "0.7732152", "text": "public ControlLoopPolicyBuilder addResource(Resource... resources) throws BuilderException;", "title": "" } ]
[ { "docid": "be32b3c2a8c5834e16982c7666dc37c9", "score": "0.66661483", "text": "public void addResource(IResource... resources) {\n\tfor (IResource resource : resources) {\n\t\taddResource(resource);\n\t}\n}", "title": "" }, { "docid": "ea4f2e38e3ed14be089cacb21327bcf8", "score": "0.64117...
896e2be18fa6d6f12ddb0a6b374d76fc
Sets the track id for the lobby
[ { "docid": "a7ea412b619566c9cd59f8aeb7145fc7", "score": "0.72787446", "text": "public void setTrackId(int trackID);", "title": "" } ]
[ { "docid": "b1d40c633b0891bd8d4119cfeed16c39", "score": "0.67295545", "text": "public void setTrackIdentifier(String trackIdentifier){\n \tthis.trackIdentifier = trackIdentifier;\n }", "title": "" }, { "docid": "44ec46ca8dfe84fc7bc642637c44598b", "score": "0.64982826", "text": ...
c6718a7fb9f0b37f0958128366886c95
update the counter for failure of reading counter The implementation should take care of incrementing logic
[ { "docid": "3d1d0e69eb62ab9a73869b0270cdd20d", "score": "0.64605623", "text": "@Override\n public void updateFailure(CardEntriesEntity card) {\n Log.v(LOG_TAG, this.getClass().getName() + \" | updateFailureCount | card: \"+card+\" | increment failure from: \"+card.getAccess_count());\n ...
[ { "docid": "80d0e64346397024d8289c94bcf4c2a1", "score": "0.6618446", "text": "private void incrementCounter(){\n\t\tcounter += 1;\n\t}", "title": "" }, { "docid": "02f70e35aa6928153ac479ba114ba67f", "score": "0.65443623", "text": "@NonNegative\n long getAndClearMissedReadCount();"...
30400ea30100dda54d90d2deef270e34
default behavior is to
[ { "docid": "5a1418bfec47bc8f5266e6d12b40dc6a", "score": "0.0", "text": "public void launch(Job job) throws ClassNotFoundException, IOException, InterruptedException{\n\t\tjob.submit();\n\t\t\n\t}", "title": "" } ]
[ { "docid": "6750be75bde4378f891ef232ce154af6", "score": "0.674659", "text": "@Override\r\n\tprotected void doAnything() {\n\t\t\r\n\t}", "title": "" }, { "docid": "85b25c664df01fd0b02e103c9bbc8372", "score": "0.6709179", "text": "@Override\r\n\tpublic void arreter() {\n\r\n\t}", ...
6ea0845f965084c6eec1015ba3f8d2e1
Instantiates a new image upload.
[ { "docid": "12c1492b732d00dfd8a8b9ac1a8c5b8d", "score": "0.579477", "text": "public ImageUpload(String operationName, String method, String format,\r\n\t\t\tInteger version,String oauth_token,byte[] file, String filename, String file_format, String [] keywords, String privacy) {\r\n\t\tsuper(operationNa...
[ { "docid": "c9e92282b2922b2b1e285d23858e863b", "score": "0.7712051", "text": "public ImageUpload() {\n }", "title": "" }, { "docid": "26bf56606a050670f90768377f9dfa98", "score": "0.7286804", "text": "UploadedImage createUploadedImage();", "title": "" }, { "docid": ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "002e1a8910052599bb08015d947f5a76", "score": "0.0", "text": "@Override\n\tpublic String getIdentifier() {\n\t\treturn \"XMLRefactoringProcessor\";\n\t}", "title": "" } ]
[ { "docid": "da34ed11fe7c5649b3cd0bdad6dca5df", "score": "0.7115143", "text": "@Override\n\t\tpublic void 비행() {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "99cfe01c5035e9a9ca6dafada0e4a005", "score": "0.67343336", "text": "@Override\r\n\tpublic void caminar() {\r\n\t\t// TODO Auto-g...
2fc79508d14ab72eaff35d9344ad9dc4
if we already have the ID, skip the scanning of the NFO file
[ { "docid": "81436c8f3cf89f72c40f33a653240064", "score": "0.6059393", "text": "@Override\n public boolean scanNFO(String nfoContent, InfoDTO dto, boolean ignorePresentId) {\n if (!ignorePresentId && StringUtils.isNotBlank(dto.getId(SCANNER_ID))) {\n return Boolean.TRUE;\n }\n\...
[ { "docid": "f13fdd2348e11aba64d8594a810af0f2", "score": "0.62621695", "text": "private RoskildeHaveID()\n {\n BufferedReader bufferedReader = null;\n try\n {\n bufferedReader = new BufferedReader(new FileReader(pathToIDFile));\n } catch(FileNotFoundException e)\...
fbf602db941c130f2d22bb8ef13ab9e5
Create a variable of type Scanner to get input
[ { "docid": "53ab8b2a52cf892a2db9e4d44afb30d6", "score": "0.0", "text": "public static void main(String[] args)\r\n\t{\n Scanner console = new Scanner(System.in); \r\n\r\n\t\t\r\n\r\n\t\t// Declare sentinal value used to terminate loop\r\n String sentinalValue = \"\"; \r\n ...
[ { "docid": "75c1906fade948915ee7c794e695e818", "score": "0.72146493", "text": "public static Scanner getScanner() {\n return new Scanner(System.in);\n }", "title": "" }, { "docid": "217be1e0234766a6df1eff16d6f1adff", "score": "0.706494", "text": "public Input() {\n s...
0b4b4dfe2edf19d85e57deecd8631a95
Set zoom level of the viewer
[ { "docid": "355ddb836e9982ed1e003db1ccdee5fd", "score": "0.0", "text": "public void setScale(double n);", "title": "" } ]
[ { "docid": "12680e1cf7753e326904a380d906a9ae", "score": "0.8032866", "text": "private void setZoomLevel() {\n\t\tInteger value = distanceField.getValue(0);\n\t\tInteger level = ZOOM_BASE - value;\n\n\t\t//Window.alert(\"Distance to zoom \" + distanceField.getMappedValue(0) + \" = \" + level);\n\t\tlevel...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "0d0dc4c5233fbd40a458eafd600a253f", "score": "0.0", "text": "@Override\n\tpublic void addItem(String billno, String nodeid, String vlues) {\n\t\t\n\t}", "title": "" } ]
[ { "docid": "f4bccec648e6eb25ae6f4d7165ffc5a1", "score": "0.7037216", "text": "@Override\n\t\t\tpublic void Goruntule() {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.68683225", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n...
46af179167c09139fed79368e8fe1487
business logic for validating the user
[ { "docid": "acded10b58abd86c7c03eb61fc921501", "score": "0.0", "text": "public boolean isValid() {\n\t\t\n\t\tif(username!=null && password!=null && username.equals(\"Abhay\") && password.equals(\"ab742\"))\n\t\t\treturn true;\n\t\telse\n\t\t\treturn false;\n\t}", "title": "" } ]
[ { "docid": "5abdc13909629011d096a47e38757e0a", "score": "0.7967429", "text": "private boolean validate(User user) {\n return true;\n }", "title": "" }, { "docid": "eda4c14406c5586fe9098fb3d310f12b", "score": "0.7441106", "text": "boolean isValidUserCredetials(User user);", ...
b3036aeeb606eadac12b9450312256b6
11 expand before writing
[ { "docid": "22323f846a1da194adf238176556b84c", "score": "0.0", "text": "@Test\n\tpublic void fxcel_00() {\n\t\ttry {\n\t\t\tinstance.getCellExpression(30,30);\n\t\t}catch(IndexOutOfBoundsException e) {\n\t\t\tinstance.resize(40, 40);\n\t\t\tassertEquals(null,instance.getCellExpression(30,30));\n\t\t}\n\...
[ { "docid": "8233b19484a43050404c79044aa0308a", "score": "0.57759064", "text": "protected void expandAll() {\n\t}", "title": "" }, { "docid": "0bf03180d187d9a36618d7900a317095", "score": "0.5470402", "text": "private void expand() {\n\t\tint length = size();\n\t\t//creating the array ...
037264f12b601119666a027db9ec5433
TODO make this available as a bean and use it in MapService as well
[ { "docid": "83c8dda3309d4949732277d0758ba66d", "score": "0.0", "text": "@VisibleForTesting\n interface FileSizeReader {\n Integer read(URL url) throws IOException;\n }", "title": "" } ]
[ { "docid": "309a1ca7e20b319a86d209fe69eda475", "score": "0.6775904", "text": "public interface MapService {\n\n\t/**\n\t * @param mapTO\n\t * @return\n\t */\n\tvoid saveMap(MapInputTO mapTO);\n\n\t/**\n\t * @param name\n\t * @return\n\t * @throws NotFoundException \n\t */\n\tMapTO findByName(String name...
775d37fd0de7543ef47fb8a1fd45cfaa
Zeroes, NaN and infinities
[ { "docid": "d002ddc4523f0e1e55f694ed0be611f9", "score": "0.0", "text": "@Test\n public void singleToHalf() {\n assertShortEquals(POSITIVE_ZERO, toHalf(0.0f));\n assertShortEquals(NEGATIVE_ZERO, toHalf(-0.0f));\n assertShortEquals(NaN, toHalf(Float.NaN));\n assertShortEqual...
[ { "docid": "0d786f73e8e303b17c279faad1f2e157", "score": "0.662734", "text": "public boolean isZero();", "title": "" }, { "docid": "cba4af94bf78c426c9bc0fb56395f41c", "score": "0.64977", "text": "protected static void correctNan(double[] res) {\n\t\tfor(int j = 0; j < res.length; j++)...
148b60c14a22f9b05dbad68f589fe9ad
Create a version mismatch exception
[ { "docid": "cf4235df3ac4dc5cc79452598c8aa00b", "score": "0.61214757", "text": "public VersionMismatch(String interfaceName, long clientVersion,\n long serverVersion) {\n super(\"Protocol \" + interfaceName + \" version mismatch. (client = \" +\n clientVersion + ...
[ { "docid": "ab472f4a63a3ec9c936b1b3a14809f6c", "score": "0.7402557", "text": "InvalidVersionException(String version)\n throws IllegalArgumentException {\n \n super(createMessage(version));\n \n _version = version;\n }", "title": "" }, { "docid": "f4cfa033590d69c1efcf5194eb...
cb089cd46ae1e29d9cc63eea529e6a06
/ We could in theory have 2 threads addBucket concurrently and this compound operation would interleave. This should NOT happen since getCurrentBucket is supposed to be executed by a single thread. If it does happen, it's not a huge deal as incrementTail() will be protected by compareAndSet and one of the two addBucket...
[ { "docid": "2ae0fdecef1c8f4c1bb1d236ce697643", "score": "0.6247401", "text": "public ListState addBucket(B b) {\n data.set(tail, b);\n return incrementTail();\n }", "title": "" } ]
[ { "docid": "4297366806ff10cbcbdc99e544c8828e", "score": "0.6788643", "text": "private ListState incrementTail() {\n if (size == numBuckets) {\n // increment tail and head\n return new ListState(data, (head + 1) % dataLength, (tail + 1) % dataLength);\n ...
23f549ebc1b3374aa6d03311107a0a11
String representation of state
[ { "docid": "cf79da34512d437d7bd05bed90e03cbe", "score": "0.0", "text": "@Override\n\tpublic String toString() {\n\t\treturn \"Missionaries: \" + this.getMissionaries() + \"\\t Cannibles:\" + this.getCanniables() + \"\\t Boat: \"\n\t\t\t\t+ this.isBoat();\n\t}", "title": "" } ]
[ { "docid": "5fefb327caf3cd568f1ede6647ee7d92", "score": "0.8397006", "text": "@Override\n\tpublic String toString() {\n\t\treturn stateName;\n\t}", "title": "" }, { "docid": "497294ee0798e55b3d5a015d248fe9d0", "score": "0.83125734", "text": "@Override\n public String toString()\n ...
044b46ce9c9968c916ef977dcde70a3d
/ JADX WARNING: Can't wrap try/catch for region: R(5:2|3|(4:9|(10:11|12|17|(2:21|22)|27|(2:29|30)|35|(2:37|38)|43|(2:45|46))|51|52)|53|54) / JADX WARNING: Missing exception handler attribute for start block: B:53:0x00a2 / Code decompiled incorrectly, please refer to instructions dump.
[ { "docid": "d14a341fbf5e7ad4e862410fc4f8b4ad", "score": "0.58199966", "text": "private void d() {\n /*\n r3 = this;\n java.lang.Object r0 = com.startapp.android.publish.common.metaData.MetaData.getLock()\n monitor-enter(r0)\n boolean r1 = r3.j // Ca...
[ { "docid": "de4d6b1032a527ce6a5e2c28f31c7056", "score": "0.6182081", "text": "public void init() {\n /*\n r7 = this;\n r6 = 0;\n r2 = r7.mInited;\n if (r2 == 0) goto L_0x0006;\n L_0x0005:\n return;\n L_0x0006:\n r3 = r7.mSyncObj;\t Catch:{ Throwable...
9a1e0eff2265f71926bb8b6ed14927f6
int64 sendervid = 16;
[ { "docid": "9957787e3a20c79d1293dcb9f5ee0caf", "score": "0.6751004", "text": "public long getSendervid() {\n return sendervid_;\n }", "title": "" } ]
[ { "docid": "51fa6797d75915b82aac8f431a6dd5a5", "score": "0.76755184", "text": "long getSendervid();", "title": "" }, { "docid": "51fa6797d75915b82aac8f431a6dd5a5", "score": "0.76755184", "text": "long getSendervid();", "title": "" }, { "docid": "ddaef33351f4582802cf3bb632...
265521dde68deb940a025c892c320315
adds thread to threadList
[ { "docid": "54c70d6a871090e989e9ab2b0c74907f", "score": "0.78891796", "text": "public void addThread(Thread thread) {\n\t\tthis.threadList.add((Thread) thread); \n\t}", "title": "" } ]
[ { "docid": "2f76f5c9e68fb117d32308b87572633a", "score": "0.7624787", "text": "public void addThread(BDSystemThread thread) {\n this.m_threads.add(thread);\n }", "title": "" }, { "docid": "aac7d68d7090f2a9877ce60e469dffe7", "score": "0.72586477", "text": "protected synchronized...
10f1d40f201def4bde67f90b630a27d0
AssociateRoleAssignmentDraft Example to create an instance using the builder pattern AssociateRoleAssignmentDraft associateRoleAssignmentDraft = AssociateRoleAssignmentDraft.builder() .associateRole(associateRoleBuilder > associateRoleBuilder) .build()
[ { "docid": "93e23cf3c2003a7336ccfec2d49f1bb9", "score": "0.703198", "text": "@Generated(value = \"io.vrap.rmf.codegen.rendering.CoreCodeGenerator\", comments = \"https://github.com/commercetools/rmf-codegen\")\n@JsonDeserialize(as = AssociateRoleAssignmentDraftImpl.class)\npublic interface AssociateRole...
[ { "docid": "34e0f5df1f7f01024f52face6d13e695", "score": "0.81583726", "text": "public static AssociateRoleAssignmentDraftBuilder builder() {\n return AssociateRoleAssignmentDraftBuilder.of();\n }", "title": "" }, { "docid": "1dccf9b51caecf1dce2befd13ff2c098", "score": "0.720695...
a583df2919570459c294ae8698cecdc8
Return value if exist. Null if there isn't given value
[ { "docid": "91ba7f8f7a1586211361f83a9a676dbd", "score": "0.0", "text": "public T delete(){\n if(!isEmpty()) {\n Node temp = first;\n first = first.next;\n return temp.value;\n }\n return null;\n }", "title": "" } ]
[ { "docid": "3c4d9d90898b4e3a2909907b69dc019c", "score": "0.6650541", "text": "public Object getOrDefault(Object key, Object value) {\n return null;\n }", "title": "" }, { "docid": "7f5c5113079725b71d6b34d616b739b3", "score": "0.6377363", "text": "public T getIfPresent(Strin...