query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
c5eebb7ab0764f5e9a9d7b0b24d1bdc5
The class holding records for this type
[ { "docid": "55d53c1a66f75416a73c0e7718a2872c", "score": "0.0", "text": "@Override\n public Class<InnodbSessionTempTablespacesRecord> getRecordType() {\n return InnodbSessionTempTablespacesRecord.class;\n }", "title": "" } ]
[ { "docid": "97b5cf74c2808535abbb137b79fc76d5", "score": "0.6815575", "text": "public RubyRecordsRecord() {\n\t\tsuper(RubyRecords.RUBY_RECORDS);\n\t}", "title": "" }, { "docid": "ac5896df758b7fb49cb929c59bc2f62c", "score": "0.6398801", "text": "@Override\n public Class<Record> get...
dd727486f9c3ed450092d5971369b140
ComboData combodata = comboDItem.getComboData();
[ { "docid": "22d187baa9ee3ca8310c06ce33753ff6", "score": "0.0", "text": "private boolean downloadNext(ComboDataDownloadItem comboDItem) {\n int downloading = ConstantsUtil.EDownloadStatusType.eDownloading.intStatus();\n int downloaded = ConstantsUtil.EDownloadStatusType.eDownloaded.intStatu...
[ { "docid": "623c0c688a046a96cbf29ad5c6f7c2a3", "score": "0.71662974", "text": "private void loadComboData() throws SQLException {\n /*\n List<Equipamento> equipamento = new EquipamentoDAO().getAllEquipamento();\n DefaultComboBoxModel dcbmEquip = new DefaultComboBoxModel(new Ve...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "dbaf073aa596e6097fe70911ea765bb4", "score": "0.0", "text": "@Override\n\tprotected void onCreate(Bundle savedInstanceState) {\n\t\tsuper.onCreate(savedInstanceState);\n\t\tsetContentView(R.layout.guide);\n\t\tinitViewPager();\n\t}", "title": "" } ]
[ { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n }", "title": "" }, { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n ...
9f3612e06a9e54f7c662929671f4ae57
This class cannot be instantiated.
[ { "docid": "fc92bb9fa4e6a196b8f35f2e5f8c48a6", "score": "0.0", "text": "private PdfOpcodes() {\n // Prevent instantiation\n }", "title": "" } ]
[ { "docid": "3507cf7037c692c62cee81f871796c74", "score": "0.6766693", "text": "protected void constructor() {\n\t\t/* this is intentionally empty to override the parent class */\n\t}", "title": "" }, { "docid": "1f6ca7603428a226b143ebf504f69fdb", "score": "0.66226333", "text": "@Overr...
d6487656aede29dcee0b38d9ee9344aa
Limit this tuple to degree 0.
[ { "docid": "1cb64cf31fea2cc6f7465512b4d29cbd", "score": "0.71861476", "text": "public final Tuple0 limit0() {\n return new Tuple0();\n }", "title": "" } ]
[ { "docid": "6568db0888a59e7e609e339d42d641e7", "score": "0.64464337", "text": "public TupleInterface<T> setZero();", "title": "" }, { "docid": "8cc691bb64f0cdd087c1e5fbaaf0e8eb", "score": "0.61521405", "text": "public final Tuple1<T1> skip0() {\n return this;\n }", "tit...
fcf4b5cfd00735d95c251298ea488882
Solution 2 and 3 are more correct than 1 as per codility tests
[ { "docid": "19e00286961eec005786f0548222ae13", "score": "0.0", "text": "static int findMissingNumber1(int[] A) {\n long sum = Arrays.stream(A).sum();\n long idealSum = ((A.length + 1) * (A.length + 2)) / 2;\n //System.out.println(\"sum:\"+sum+\" idealSum:\"+idealSum);\n retur...
[ { "docid": "d3841cc66d7e5fa9c536d9e1a9ed0607", "score": "0.6734858", "text": "static void solution() {\n\t\tlong ans = 1;\n\t\tSet<Long> gozintaChain = new HashSet<Long>();\n\t\tfor (int a = 1; a < 45; a++)\n\t\t\tfor (int b = 1; b < 5; b++)\n\t\t\t\tfor (int c = 0; c < 2; c++)\n\t\t\t\t\tfor (int d = c...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "9c815bbf9188000ec71b6090ea9edbe7", "score": "0.0", "text": "@Override\n\tpublic Collection<Album> SearchAlbumbyName(String name) {\n\t\treturn aRepo.findAlbumsLikeName(name);\n\t}", "title": "" } ]
[ { "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": "" ...
09e7ae4e7f8c87e97d50f5b9bb399d07
Method that initializes a console
[ { "docid": "929a9fff3170b23f2f1e1c9463d5a598", "score": "0.6811963", "text": "private boolean initializeConsole() {\n try {\n // Create a ChRooted console\n ConsoleBuilder.createDefaultConsole(this, false, false);\n // There is a console allocated. Use it.\n ...
[ { "docid": "5f65f2035aef73d8d5d6df2f188eb5dd", "score": "0.80357516", "text": "void init(Console console) throws Exception;", "title": "" }, { "docid": "301576705e0aa5bfd55ef9ec996c3668", "score": "0.7860892", "text": "public Console() {\r\n\r\n\t}", "title": "" }, { "doc...
40bc5469088b0f246fbec9f47fdecade
Set Role. Responsibility Role
[ { "docid": "3ff86420ba8a12cda84cc2c9f621ed8e", "score": "0.0", "text": "public void setAD_Role_ID (int AD_Role_ID)\n{\nif (AD_Role_ID <= 0) set_Value (\"AD_Role_ID\", null);\n else \nset_Value (\"AD_Role_ID\", new Integer(AD_Role_ID));\n}", "title": "" } ]
[ { "docid": "5a147a9495aff05d9ad36e8276d31166", "score": "0.84223646", "text": "public void setRole(Role role);", "title": "" }, { "docid": "8d0a23357deb054afee2bea077fc6d82", "score": "0.82488626", "text": "void setRole(IRole role);", "title": "" }, { "docid": "385dbe1735...
8fff92c7bacd7dcee8882126d9d78553
/created by created on modified by Swapnal Shinde modified on 28/08/18 descriptionThis method request Mailbox post api for longrunningplugin (LRP)
[ { "docid": "42f3b5354c8d6f9a12cddc0585725871", "score": "0.6461172", "text": "public void PostrequestForMailboxApiLRP(String endpoint) throws Throwable {\n\t\tString endpointId = endpoint.replace(\"EndPointID\", GlobalVariables.endPointID);\n\t\tString url = Utilities.getMavenProperties(\"Agent-Service-...
[ { "docid": "49764a1d3c45b8ff2b25dbfb0b5f93a8", "score": "0.618696", "text": "public void configurationChangePostRequestForMailboxAPI(String endpoint) throws Throwable {\n\t\tString endpointId = endpoint.replace(\"EndPointID\", GlobalVariables.endPointID);\n\t\tString url = Utilities.getMavenProperties(\...
fb4d26a39a40df5ef1efd9eb3ae9e9be
Stores the postag in poSTagPerWordMap that contains the count of occurrences of the postags
[ { "docid": "29f359171888905b740a04fac42a12df", "score": "0.78503436", "text": "private void savePoSTag(PoSTag poSTag){\n Long num;\n num = poSTagPerWordMap.get(poSTag.getWord());\n poSTagPerWordMap.put(poSTag.getWord(), (num == null) ? (long)1 : num+1);\n\n num = poSTagMap.ge...
[ { "docid": "7be6a369e6ffae53803790ccb7f98249", "score": "0.630408", "text": "public void sortCount() {\n\t\tfor(Entry<String, TreeMap<String, Integer>> entry:map.entrySet()){\r\n\t\t\tTreeMap<String, Integer> tmap = entry.getValue();\r\n\t\t\tList<Entry<String, Integer>> sorttmap = MapSort.sortMapByInte...
6c582b42868b1bba547d9aaf1b0414d4
Draw Geofence circle on GoogleMap
[ { "docid": "6229d647d8e1c08529de7d226a1d3709", "score": "0.77671295", "text": "private void drawGeofence() {\n Log.d(TAG, \"drawGeofence()\");\n\n if ( geoFenceLimits != null )\n geoFenceLimits.remove();\n\n CircleOptions circleOptions = new CircleOptions()\n ...
[ { "docid": "f7a4397ebc6346d30461d19b9ed0641e", "score": "0.75632244", "text": "private void drawGeofence() {\n System.out.println(\"drawGeofence()\");\n\n if ( geoFenceLimits != null ){\n geoFenceLimits.remove();\n\n }\n\n if(!geoFenceCircleList.isEmpty()){\n ...
fef733be0cc73ef4ab9a81a3c90652e1
Sets up the actual job.
[ { "docid": "a6fb59d573ecb5e966a1ca1abe26ed3c", "score": "0.0", "text": "public Job createSubmittableJob(Configuration conf) throws IOException {\n Job job = Job.getInstance(conf, conf.get(JOB_NAME_CONF_KEY, NAME + \"_\" + tableName));\n job.setJarByClass(RowCounter.class);\n Scan scan = new Sca...
[ { "docid": "f711117a866b7cb25cad1d2228c784dc", "score": "0.6779256", "text": "void configureJob();", "title": "" }, { "docid": "0d3001e22426f8d53964b5258dad6830", "score": "0.65281594", "text": "JobPreparation jobPreparation();", "title": "" }, { "docid": "2d3a865dbf48097...
401d2790e086cff6d77b86b0da3bb116
/ 97: / 98:
[ { "docid": "02473d70b705f10b8f59569218775f89", "score": "0.0", "text": "public boolean place(ItemStack stack, EntityPlayer player, World world, BlockCoord pos, int side, Vector3 arg5)\r\n/* 99: */ {\r\n/* 100:101 */ TMultiPart part = newPart(stack, player, world, pos, side, arg5);\r\n/* 101:10...
[ { "docid": "9b8b9acd5b7b83e18953de999d2bba9c", "score": "0.6595829", "text": "include <stdio.h>\nint main() {\n char c;\n scanf(\"%c\",&c);\n if((int)c>=97)\n printf(\"%c\",c-32);\n else printf(\"%c\",c+32);\n\treturn 0;\n}", "title": "" }, { "docid": "8318e5d2fd85b21f74812f36da88dc76",...
d6ee774dbd0a4b9850558beed9731b2d
TODO: Find a way to use here...it's tricky, because the moduleProject usually doesn't have a file associated with it yet.
[ { "docid": "d185523f550f6dff32e50d6a627e4371", "score": "0.5630696", "text": "public String getModulePathAdjustment( MavenProject moduleProject ) throws IOException\n {\n // FIXME: This is hacky. What if module directory doesn't match artifactid, and parent\n // is coming from the repos...
[ { "docid": "639653bc7cdb418d4033e7efe8f856b4", "score": "0.6353648", "text": "public abstract String getProject();", "title": "" }, { "docid": "a7cb523dbe9676d8e42fe7979e524288", "score": "0.6271759", "text": "public IProject getProject();", "title": "" }, { "docid": "f45...
ec41bcec12bb570d8dc058c5daf6292d
Handles screen reader cursor management.
[ { "docid": "6c6cae006b69a9ab0a81aab26a510278", "score": "0.6532872", "text": "public interface CursorController {\n\n /**\n * Add a new listener for granularity change events.\n *\n * @param listener The new listener.\n */\n void addGranularityListener(GranularityChangeListener lis...
[ { "docid": "bf78f689420ddbd7c77335f76ada04f6", "score": "0.7429069", "text": "public void cursor() {\n \t\tif (embeddedNApplet)\n \t\t\tSystem.err\n \t\t\t\t\t.println(\"NApplet: Cursor manipulation disabled for now.\");\n \t\telse\n \t\t\tsuper.cursor();\n \t}", "title": "" }, { "docid": "b...
6f511134c11d30b85bf1abc4d509b7b5
string reserve_acc = 1;
[ { "docid": "c6aada27e2016b57c7373702b41a321c", "score": "0.60205", "text": "public java.lang.String getReserveAcc() {\n java.lang.Object ref = reserveAcc_;\n if (!(ref instanceof java.lang.String)) {\n com.google.protobuf.ByteString bs =\n (com.google.protobuf.ByteStr...
[ { "docid": "4607cdead041a76570b38f9e88c27e81", "score": "0.6505668", "text": "java.lang.String getReserveAcc();", "title": "" }, { "docid": "7e3c0443f66362b32272e38562130adc", "score": "0.5934032", "text": "public java.lang.String getReserveAcc() {\n java.lang.Object ref = reser...
f819ceddb4a9d6bd6fb5ffe8c465dc44
Inserts and returns a new empty value (as xml) as the ith "dfn" element
[ { "docid": "5e90d68ad29278663cd96842b83d72c6", "score": "0.6240334", "text": "org.w3.x1999.xhtml.DfnDocument.Dfn insertNewDfn(int i);", "title": "" } ]
[ { "docid": "8928303afcc39101461415041af346b0", "score": "0.6337598", "text": "org.w3.x1999.xhtml.DfnDocument.Dfn addNewDfn();", "title": "" }, { "docid": "5a4b43e24626c8afb40e6da28088982e", "score": "0.55654645", "text": "public void writeDFElement() {\n\t\tElement root = xmlDoc.getR...
4fc6f8b43c31db0f8f37013a1eb55cd5
/ modification de la quantite du produit
[ { "docid": "9156db951199095a410bedb3636514c2", "score": "0.7624509", "text": "public void modifier_produit(int quantite){\n\t\tthis.quantite = quantite;\n\t}", "title": "" } ]
[ { "docid": "e1987865084c271e94a7e027fe07a6fb", "score": "0.681382", "text": "void updateQuantity(int purchased);", "title": "" }, { "docid": "a793ec64bb0088a27c477818aa970b32", "score": "0.6680432", "text": "public long getQuantitaDisponibile();", "title": "" }, { "docid"...
27350748d2d0df2ed023fa22bfa7fbe7
Called just before the the '.bnd' and 'packageinfo' files in the project are updated. Can be used to override the suggested versions in JarDiff's
[ { "docid": "f99881588927e51bd8cf81ec158c9ec3", "score": "0.5776794", "text": "boolean preUpdateProjectVersions(ReleaseContext context);", "title": "" } ]
[ { "docid": "d69c261e94084814f4eded38e70372ff", "score": "0.5708315", "text": "void updateVersionedPaths() {\n\tclassN = baseClassN + \"_\" + version;\n\trealClassPath = outputDir + \"/\" + pkgDir + \"/\" +\n\t classN + \".class\";\n\tjavaFilePath = outputDir + \"/\" + pkgDir + \"/\" +\n\t classN +...
63577664671821ae433281e46fb5a644
Get the response stream. The stream must be closed after use.
[ { "docid": "a7234d269991ee95bbab2b5098c2502e", "score": "0.6356731", "text": "@Nullable\n @WorkerThread\n public static InputStream getResponseStream(final Single<Response> response) {\n try {\n return response.flatMap(withSuccess).blockingGet().body().byteStream();\n } ca...
[ { "docid": "b641d2bbcf13c6db126e8fe0b5d13bf7", "score": "0.7157871", "text": "public InputStream asStream() throws ResponseException {\n\t\ttry {\n\t\t\tfinal HttpEntity entity = mResponse.getEntity();\n\t\t\tif (entity != null) {\n\t\t\t\treturn entity.getContent();\n\t\t\t}\n\t\t} catch (IllegalStateE...
338b22d6f268fe5a8919a5d8757296c7
Removes a collection of edges from this subgraph. The edges should be part of the root graph.
[ { "docid": "0110dfc0138daf06b620ccbad0656e32", "score": "0.75062656", "text": "@Override\n public boolean removeAllEdges(Collection<? extends Edge> edges);", "title": "" } ]
[ { "docid": "f05eda5429cdbd19d3e62f24e300b4d5", "score": "0.6535908", "text": "@Override\n\tpublic int deleteAllEdges() {\n\t\tedges.clear();\n\t\treturn 1;\n\t}", "title": "" }, { "docid": "debee9f1d9797121744d3f1770da3ade", "score": "0.6502821", "text": "public boolean retainEdges(C...
74b7c2d209af08c4fa53f0ef7a296e51
this function is invoked when the mouse enters the component
[ { "docid": "8874fa9372ff354986d0643d61bd57ec", "score": "0.0", "text": "public void mouseEntered(MouseEvent e)\r\n\t{\r\n\r\n\t}", "title": "" } ]
[ { "docid": "a80e4f1021709d1e47321092da952f57", "score": "0.8351697", "text": "@Override\n public void mouseEntered(MouseEvent e) {\n }", "title": "" }, { "docid": "6aeeaeb8288b7d703f6dbf98752c715a", "score": "0.83286005", "text": "@Override\n ...
8422860402abfe7bed4f41e77ef37a93
This method is called when the order button is clicked.
[ { "docid": "3ebf1dd87168b328c557ad62268df4b8", "score": "0.63187325", "text": "@SuppressLint(\"QueryPermissionsNeeded\")\n public void submitOrder(View view) {\n\n int additives = (hasWhippedCream.isChecked()? 1 : 0) + (hasChocolate.isChecked()? 2 : 0);\n String namePattern = nameId.get...
[ { "docid": "143776a23d40f2e9db8e93d986f54800", "score": "0.75770885", "text": "public void onClickOrders(View view) {\n orderAdapter.setOrderList(dbHelper.getOrdersDelivered(0));\n onOrder = true;\n }", "title": "" }, { "docid": "375e2698d7b7f4dcb941d01ea6f62a8e", "score...
b451103bb6dd5b39c6777deec8b34cae
Creates new form BM1
[ { "docid": "6a708d237c89e214775ffca961399eb5", "score": "0.0", "text": "public BM1() {\n \n initComponents();\n setLocationRelativeTo(null);\n\n }", "title": "" } ]
[ { "docid": "4a09b0581ac8db73edb2906ac0d9c16d", "score": "0.7409181", "text": "public void creationForm() {\n\t\t\r\n\t}", "title": "" }, { "docid": "c3b746dedb16f2a7d9a26d30b51c0f09", "score": "0.7119267", "text": "public void createForm() {\n head.setText(\"New User\");\n ...
f107475fd4b75f454ff75dd391dae2d5
method to handle Qnames
[ { "docid": "df08912fd27b30b832dcff31bc3d36e5", "score": "0.0", "text": "private void writeQName(javax.xml.namespace.QName qname,\r\n javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException {\r\n java.lang.String namespaceURI = qnam...
[ { "docid": "f7c2f43aba672803961e9833effd2fa7", "score": "0.68911713", "text": "String getQueryNameArg();", "title": "" }, { "docid": "566c01287413f7cd5ef846452e8c31e1", "score": "0.624098", "text": "void adicionePrefixes(Map qnames);", "title": "" }, { "docid": "3d4ba8026...
fb33b9e9827054969d1c944d157c1aa0
Fetches a sample from the sensor and updates array with minimum and maximum values when the calibration process is running.
[ { "docid": "a0b971855aabf3a58c974f49483d2813", "score": "0.6182478", "text": "public void fetchSample(float[] dst, int off) {\n if (!calibrating) {\n source.fetchSample(dst, off);\n }\n else {\n lowPassFilter.fetchSample(dst, off);\n numberOfSamplesInCalibration++;\n for (in...
[ { "docid": "9577deafcce2395408338bbcc24f4307", "score": "0.6559203", "text": "public void startCalibration() {\n lowPassFilter = new LowPassFilter(source, timeConstant);\n calibrating = true;\n numberOfSamplesInCalibration=0;\n for (int i = 0; i < sampleSize; i++) {\n min[i] = Float.MAX...
20ad81485cee353918e603187eac65f6
/ Delete ticket END / Creating Ticket START
[ { "docid": "6b6194d5d1077f95a4cd2e68a3905f57", "score": "0.6080968", "text": "int createTicket(Ticket ticket, int userId);", "title": "" } ]
[ { "docid": "def0b5aecf6f5794a1eee4e53fadb922", "score": "0.66978705", "text": "@Override\n\tpublic int deleteTicket(Booking_ticket bt) {\n\t\treturn 0;\n\t}", "title": "" }, { "docid": "2650555c643ef1d92acc4789ddba8e44", "score": "0.62614125", "text": "public void ejectTicket(){if(th...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "9c3abc0ab577a5978594f26c3a7d85a6", "score": "0.0", "text": "@Override\n\t\t\t\t\t\t\t\t\tpublic void afterTextChanged(Editable s) {\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t}", "title": "" } ]
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.66285414", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}"...
450658698ad421109dda95e0f27ce4e4
Returns the certificate path set using setCertificatePath()
[ { "docid": "4384391208f25a3209b1be3412917373", "score": "0.82378995", "text": "protected static String getCertificatePath() {\n return certificatePath;\n }", "title": "" } ]
[ { "docid": "114b392d6f561986f5dc340c1195cece", "score": "0.76450276", "text": "public String getUserCertificatesPath();", "title": "" }, { "docid": "2dd415fa9e2a7cb8b5be0bb3906f4194", "score": "0.7492888", "text": "public String getTlsCertPath();", "title": "" }, { "docid...
d28eca1790fe3447270f3ef55e57f7bd
in case of property file missing application will feed property to itself.
[ { "docid": "48c1dccb003c93a5ec0832537a0c4ba2", "score": "0.5546638", "text": "private void loadDefault(){\r\n\t\tloadProperty(\".default\");\r\n\t\tloadProperty(\"\");\r\n\t}", "title": "" } ]
[ { "docid": "c05b5d80549f1d85c1cca5aa62996234", "score": "0.66224116", "text": "private void validateProperties() {\n \t\tif (( properties == null ) && (cleaner != null)) {\n \t\t\tproperties = cleaner.getProperties();\n \t\t}\n \t\telse {\n \t\t\tthrow new RuntimeException(\"Properties file is null, def...
50e9339324f4d5e0a85c32eb27ef9de9
/ Function num 4 Getting provider id by its name
[ { "docid": "d58dd4d7e1a5e1f59faa22ab2473ee22", "score": "0.75500405", "text": "public static String getProviderIdByName(String providerName) {\n String providerId = \"\";\n String sql = \"SELECT \" + PROVIDER_TABLE_PROVIDER_ID_COLUMN + \" FROM provider WHERE \" + PROVIDER_TABLE_COMPANY_NAM...
[ { "docid": "6475958244b6a6fbf2c7eb848c909cda", "score": "0.84121674", "text": "java.lang.String getProviderId();", "title": "" }, { "docid": "2dac719082abe0913b096f40f95d1242", "score": "0.8359988", "text": "int getProviderID();", "title": "" }, { "docid": "f1911c1e4f73e4...
4903ab025e42d95725400228993ac65c
Prints detailed information about the process variable to the standard output stream.
[ { "docid": "a2833bf4bf484f4c6728ce689c986f6a", "score": "0.5164713", "text": "public void printInfo() throws IllegalStateException {\n\t\tprintInfo(System.out);\n\t}", "title": "" } ]
[ { "docid": "bd1d12f2d94c0be5628dab693a3eaa6a", "score": "0.6116396", "text": "public void printInfo() {\n System.out.println(this.toString());\n }", "title": "" }, { "docid": "5698b079e1f84f78f93cbb45a3a58c5f", "score": "0.5935288", "text": "public void print()\r\n\t\t{\r\n...
e8951209efa3c6b5074d5d2b63a526b6
CM709227 Search for data based on the parameter through database, and return the search result possible to cancel the allocation.
[ { "docid": "f59c24ffe19b7884bb4f152965dd8765", "score": "0.0", "text": "public Entity[] findAllocClear(SearchKey key, SearchKey ckey)\n\t\t\tthrows ReadWriteException\n\t{\n\t\tsetTableName(\"DNWORKINFO, CARRYINFO\");\n\n\t\tEntity[] entity = null ;\n\t\tStatement stmt = null ;\n\t\tResultSet rset = nul...
[ { "docid": "f6c9d07f311ef4b8adda5b5aee1a195c", "score": "0.6353589", "text": "public Parameter[] query(Connection conn, Parameter searchParam) throws ReadWriteException, ScheduleException\n\t{\n\t\tRetrievalWorkingInquiryParameter param = (RetrievalWorkingInquiryParameter) searchParam;\n\n\t\tWorkingInf...
fc86e7f424c69550e931c04510796e50
returns endpoint of road that does not match the tracker
[ { "docid": "843a1028c9edd7826ac516f4d94075fb", "score": "0.53371143", "text": "@Override\r\npublic Location getOtherLocation(Location tracker) {\r\n\tif(tracker == this.getStartLocations()[0]) {\r\n\t\treturn this.getEndLocations()[0];\r\n\t}\r\n\telse {\r\n\t\tthrow new IllegalArgumentException();\r\n\...
[ { "docid": "9fbaa64fcca32749f2542699ea06bc79", "score": "0.5710197", "text": "@Test\n public void testBadRoute()\n {\n IPAddress address = new IPAddress(\"73.73.0.1\");\n assertEquals(-1, this.router.getRoute(address));\n }", "title": "" }, { "docid": "94643d3e451895e1...
4d3d8bf48984fcb1a5390755b603c2ee
Checks if the current Geometry is Wkt Conform
[ { "docid": "a7cf2b7d756f3c54d58b7b8525aae9cd", "score": "0.75075996", "text": "@Override\n public boolean isWktConform() {\n return (wktType != null);\n }", "title": "" } ]
[ { "docid": "2be82cafbc2c45f41e545f410b9a3db7", "score": "0.55401415", "text": "boolean isConverting();", "title": "" }, { "docid": "46ec5b912ff0ecf7e430609e040d0997", "score": "0.5537144", "text": "public boolean isSetGeometry() {\n return this.geometry != null;\n }", "title"...
f21ef9fdf6b4a727fb98841f1216994b
Output the vertices in depth first order
[ { "docid": "26f8be1ffbcbd3acf4479c8f8a7db0ae", "score": "0.0", "text": "public void depthFirstTraversal(int start){\n }", "title": "" } ]
[ { "docid": "e8e8b4ab7cd99b4be16c303af4339fef", "score": "0.69250125", "text": "public void print(){\n \n ArrayList<String> v = new ArrayList<String>(this.vertexMap.keySet());\n //System.out.println(v);\n Collections.sort(v); //sorts the arraylist\n //System....
6c4e519388da48c5185be386f34a4d03
Created by Administrator on 2015/7/2.
[ { "docid": "f5c60de33e51937b39f88988dd7b18a2", "score": "0.0", "text": "public interface TransactionCommand {\n void execute();\n}", "title": "" } ]
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.66467166", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "03d7171196199db238d56b8aeab47987", "score": "0.63223386", "text": "private void welcom() {\n\n\t}", "title": "" }, { ...
338ed2b34f3faf0bd967d830de01823a
`status: Not Mapped` coredatatypereference: BIAN::DataTypesLibrary::CoreDataTypes::UNCEFACT::Code generalinfo: The type of external report available
[ { "docid": "79cec8f18adb954df3abc4fa1f088485", "score": "0.0", "text": "public String getSettlementInstanceReportType() {\n return settlementInstanceReportType;\n }", "title": "" } ]
[ { "docid": "de957a4884bf22737a2c67d67453c7ac", "score": "0.59527314", "text": "public void getReportTableInfo() {\r\n String sqlstr = \"\";\r\n Object[] Obj = null;\r\n String finalQuery = \"\";\r\n PbReturnObject retObj = null;\r\n String[] dbColNames = null;\r\n ...
953b1c1957b1e6ab39c7194972cdcfcd
/ Method to clear the UI of this page
[ { "docid": "245a82053701ced100c8ae8212c76eea", "score": "0.80921715", "text": "private void clearUI(){\n\t\tarticleTitle.setText(\"\");\n\t\tarticleImage.setImage(null);\n\t\tWebEngine webEngine = articleBody.getEngine();\n\t\twebEngine.loadContent(\"\");\n\t\tthis.readFullArticle.setDisable(true);\n\t}...
[ { "docid": "a96abd794dd438963f5dc90d42d9d23f", "score": "0.75968397", "text": "public void clear() {\r\n\t\tvalidateInitComponent();\r\n\t//\tcheckCallAfterSnap();\r\n\t\t_htmlsnap.Clear();\r\n\t\t_snapDone = false;\r\n\t}", "title": "" }, { "docid": "27af824e525ec8d3a56afd1459ba850d", "...
7c3ee39b4fe00bf5495182479f7b5466
Marks both theme configs as changed so MainActivity restarts itself on return
[ { "docid": "6aa0bb343f55aa7f57569202ad7d5fff", "score": "0.6528563", "text": "@Override\n public boolean onPreferenceChange(Preference preference, Object newValue) {\n Config.markChanged(getActivity(), \"light_theme\");\n Config.markChanged(getActivity(), \"dark_...
[ { "docid": "197d11110ec44157a10c295ee9efd503", "score": "0.6867965", "text": "@Override\n public void onClick(DialogInterface dialog, int which) {\n sharedPrefHandler.setTheme(themes[which]);\n restartApp();\n ...
99d9e8e7c5418d878da524bcd2ca0aca
Procesa los hijos a tratar sobre el panel que se incorporaran
[ { "docid": "b71682f62641d741ead29a95f3507286", "score": "0.0", "text": "private void processSons() {\r\n\t\tfor (Structure elementoHijo : Recurso.getDocument().getSons()) {\r\n\t\t\t\r\n\t\t\tif (elementoHijo instanceof ElementType && Oda2013OperatinoalViewStaticFunctions.isSummary((ElementType)elemento...
[ { "docid": "1dbd71aba9979ab79b3c698416c6b134", "score": "0.65624785", "text": "public static void addPanelWizyta() {\n\n panelWizyta = new JPanel();\n panelWizyta.setPreferredSize(new Dimension(630,200));\n panelWizyta.setBackground(new Color(181, 223, 224));\n panelWizyta.se...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "465da6c1d968d07decaaa391283802ff", "score": "0.0", "text": "public static void main(String[] args) throws IOException {\n\t\t\n\t\tURL url = new URL(\"http://www.sportal.bg/uploads/rss_category_2.xml\");\n\t\tHttpURLConnection httpcon = (HttpURLConnection)url.openConnection();\n\t\t// Readin...
[ { "docid": "e5fa0eebc721dea67da872fd14413bc7", "score": "0.6974748", "text": "@Override\n\tpublic void formule() {\n\t\t\n\t}", "title": "" }, { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.6935901", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\t\t\t\r\n\t\t\t}",...
96135b50943012f4d128e531efc128f9
update UI here if error occurred.
[ { "docid": "e19568fc1e8e84d8ece6888d02fd7c08", "score": "0.0", "text": "@Override\n public void onCancelled(DatabaseError databaseError) {\n\n }", "title": "" } ]
[ { "docid": "565308d0ea5ab0ca1b35c74c98fc9c7f", "score": "0.6966867", "text": "private void updateUI() {\n // ignore.\n }", "title": "" }, { "docid": "331fe473125de589a7e755091642e9dc", "score": "0.6949197", "text": "@Override\n public void dataUpdateError...
d586766217be55a8638fb32cddb22761
Created by Alan on 27/08/16.
[ { "docid": "2e38e4184f15bf4213f4c750f703030f", "score": "0.0", "text": "public interface DataSource {\n /**\n * Retrieves JSON data and fills provided paramter with this data.\n *\n * @param arraylist Parameter to be filed with data.\n * @return ArrayList with filled data.\n */\n ...
[ { "docid": "c8ceec30e6f3ebd2fb8cab39b477d3f3", "score": "0.6182711", "text": "private static void sapxep() {\n\t\t\n\t}", "title": "" }, { "docid": "ccaf5f7aff0d6de105f523c68f63383c", "score": "0.6052603", "text": "private void cathc() {\n\t\t\r\n\t}", "title": "" }, { "d...
f900f0de821f2f5f2ce75d25611d11a8
Create an AuthzDecisionQuery using the defaults
[ { "docid": "52da8276cf439f58debd0166d20ed75e", "score": "0.66464436", "text": "public static XACMLAuthzDecisionQueryType createAuthzDecisionQuery(\n String issuerValue,\n RequestType request,\n String namespace\n ) {\n return createAuthzDecisionQuery(false, false, issuerVa...
[ { "docid": "7fd57960d56c7012c92c967d7bda7618", "score": "0.5170982", "text": "public Query createQuery();", "title": "" }, { "docid": "8d2cf88a9f311d82d5640b345a8a05e6", "score": "0.51233363", "text": "public QueryCriteria createQuery();", "title": "" }, { "docid": "3e49b...
2e0c058e144423959f0e333d6f286456
This adds a property descriptor for the Pid feature.
[ { "docid": "3351128d63c0bec272488efbaaeb74f7", "score": "0.67904323", "text": "protected void addPidPropertyDescriptor(Object object) {\n\t\titemPropertyDescriptors.add\n\t\t\t(createItemPropertyDescriptor\n\t\t\t\t(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),\n\t\t\t\t getResour...
[ { "docid": "ece36739fc40014d2b5e4ae5446cf7f7", "score": "0.6233284", "text": "protected void addDomain_idPropertyDescriptor(Object object) {\n\t\titemPropertyDescriptors.add\n\t\t\t(createItemPropertyDescriptor\n\t\t\t\t(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),\n\t\t\t\t getR...
6909de84a406e452e5f0659546249652
Checks whether the 'linkStoreId' field has been set.
[ { "docid": "26381f503280002c9cf4929e9c649c5e", "score": "0.7613758", "text": "public boolean hasLinkStoreId() {\n return fieldSetFlags()[0];\n }", "title": "" } ]
[ { "docid": "3a6416758052a14ff371ab91d625ed42", "score": "0.65798014", "text": "boolean hasStoreId();", "title": "" }, { "docid": "0911d1acca81a08930403e902e15fdcb", "score": "0.64304715", "text": "public void setLinkStoreId(java.lang.CharSequence value) {\n this.linkStoreId = valu...
997a06ce7ee8ec31167995213a18cf6b
$ANTLR end "rule__Atomic__Group_2__1" $ANTLR start "rule__Atomic__Group_2__1__Impl" ../org.xtext.module.dsl.ui/srcgen/org/xtext/ui/contentassist/antlr/internal/InternalModuleDsl.g:6686:1: rule__Atomic__Group_2__1__Impl : ( ( rule__Atomic__ValueAssignment_2_1 ) ) ;
[ { "docid": "fd9649b764680963f21df807af81754d", "score": "0.7956935", "text": "public final void rule__Atomic__Group_2__1__Impl() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../org.xtext.module.dsl.ui/src-gen/org/xte...
[ { "docid": "6d70b35e3dfd9c6c87661d6519bc9bcd", "score": "0.7917234", "text": "public final void rule__Atomic__Group_2__1() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../org.xtext.module.dsl.ui/src-gen/org/xtext/ui/...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "327710d916af93e348c873c9fe40c632", "score": "0.0", "text": "@Override\n\tpublic void removeObsorver(Observer o) {\n\t\tint i = observers.indexOf(o);\n\t\tif (i >= 0) {\n\t\tobservers.remove(i);\n\t\t}\n\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.68002176", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "ti...
776389b2215c2f306e541962a54f8e0d
////////////// Public part : ////////////// Constructs a LAReader with the specified Reader.
[ { "docid": "ff53a2adf9a8a3a5cd2eae6536600372", "score": "0.7884232", "text": "public LAReader (Reader reader)\n {\n this.reader = reader;\n buffer = new int[BUFFER_SIZE];\n }", "title": "" } ]
[ { "docid": "7ea32ab6b97f06dfc4665491ed3f18eb", "score": "0.6989902", "text": "public LAReader (Reader reader, int size)\n {\n this.reader = reader;\n buffer = new int[BUFFER_SIZE=size];\n }", "title": "" }, { "docid": "a020c4c570224fe3525ec3fe516417ee", "score": "0.676360...
183d779d440913738804d038fc0762ba
getter du champ x
[ { "docid": "17c68200f232f970fa3fc2efd008b2ab", "score": "0.0", "text": "public int getX() {\n\t\treturn x;\n\t}", "title": "" } ]
[ { "docid": "f9840428bc8b6123688c8625b9d31e3d", "score": "0.70764726", "text": "public int getX() {\n }", "title": "" }, { "docid": "0d5def22ab235246f12a6a0575a3ad61", "score": "0.7008854", "text": "public int getX() {return x;}", "title": "" }, { "docid": "7a01437d763f7a...
c29101d7cfebb001bdb5e3160a4c3681
We override setValues to compute locally everything we need 8 As the purpose here is to bail out fast when needed
[ { "docid": "3063a5f3f500f7df49a83017b9edc9b3", "score": "0.0", "text": "public void setValue(int idx, Object value) {\n\tsuper.setValue(idx, value);\n\tif (idx == ATTR_HEADER_NAMES) {\n\t\theaderNames = (String [])value;\n\t} else if (idx == ATTR_SEND_HEADER_LIST) {\n\t sendHeaderList = ((Boolean)val...
[ { "docid": "12564ef5198917b574b4283eca3cab0d", "score": "0.6881428", "text": "@Override\r\n protected void setValuesOnUpdate() {\n }", "title": "" }, { "docid": "e83b783e2c764d64ed99c397299dca13", "score": "0.66657436", "text": "private void adjustValues() {\n adjustLowV...
94aa745f4c1d4e644481ad89467e04e6
Allows the injection of the ReferenceDao data access object
[ { "docid": "f5a2c1744d4411d0a6cfdfe5d6976b0c", "score": "0.78173023", "text": "public void setReferenceDao(ReferenceDao referenceDao){\n this.referenceDao = referenceDao;\n }", "title": "" } ]
[ { "docid": "ae4375f0cac432fd75810f4ba6dd1551", "score": "0.6340675", "text": "public interface AccessoryDao {\n}", "title": "" }, { "docid": "707a36adf99efc083d4fc79592e10225", "score": "0.63180333", "text": "public interface InjectionDao\n{\n void insert(String name);\n}", "t...
67879b3cc1c7889de990d89a06115138
Performs an HTTP DELETE request on the specified path
[ { "docid": "f88161e05e92b11df9e49548005743b8", "score": "0.6298377", "text": "private void doDelete(Message<JsonObject> msg, int timeout, JsonObject headers, String dbName) {\n // Check required params\n \n // the path for the request\n String path = helper.getMandatoryString...
[ { "docid": "386f31f2aa8954efc11449e0a5a4884d", "score": "0.76412314", "text": "protected String deleteRequest(String path) throws OnfidoException {\n Request request = requestBuilder(path).delete().build();\n\n return performRequest(request);\n }", "title": "" }, { "docid": "94cc565e8...
3c6266a48acbe3dea5fcb47b3ebe03bc
Para crear instacia unica de conexion a BD
[ { "docid": "87b3495f7c7139dfe4d26ca5c6d62fb2", "score": "0.0", "text": "public static Connection getSession(){\n\t\tif(conexion == null){\n\t\t\ttry{\n\t\t\t\tconexion = startConnection();\n\t\t\t}catch(Throwable e){\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t}\n\t\treturn conexion;\n\t}", "title":...
[ { "docid": "37bb3de10144514f409b3d233ca52290", "score": "0.77256876", "text": "public ConexionBD(){\n \n }", "title": "" }, { "docid": "6eb34577a362d10c1aa29b0f1e92cb18", "score": "0.7700896", "text": "public void createConnectoin() {\n\n DBConnect db = new DBConnect...
c32794138963116deecb8fe2e7806673
a shortened version of partInfo(), displaying only the name and quantity of a part.
[ { "docid": "e63bf7ca3d0c1dc6418090e3c8f53b95", "score": "0.8440227", "text": "public String partInfoShort()\n {\n return (this.partName + \",\" + this.quantity);\n }", "title": "" } ]
[ { "docid": "306508db1f80f823f4a7d337481c7ef0", "score": "0.7888616", "text": "public String partInfo()\n {\n return(this.partName + \",\" + this.partNumber + \",\" + String.format(\"%.2f\",this.price) + \",\" + String.format(\"%.2f\",this.salesPrice) + \",\" + this.onSale + \",\" + this.quanti...
f7c159a84e22245ad9d4d14e34834284
Check has copyright issue's domain URL.
[ { "docid": "b051060f3dcf3ab8483f321f8ad7b132", "score": "0.0", "text": "public static boolean hasCopyRightWord(String resourceWords) {\r\n\t\tif (StringUtils.indexOfAny(resourceWords.toLowerCase(), Constants.copyrightWords) >= 0) {\r\n\t\t\treturn true;\r\n\t\t}\r\n\t\t\r\n\t\treturn false;\r\n\t}", ...
[ { "docid": "bcc92f5931a81f42ba037b421a8783d1", "score": "0.63625944", "text": "boolean hasWebsiteUrl();", "title": "" }, { "docid": "e5b0ccbb058bd7ebce4e65a8e31846f6", "score": "0.62235636", "text": "private Boolean validateURL(String href) {\n\t\treturn href.indexOf(\"http\") >= 0;\...
324011420d246081b8014c1ace4276c2
Creates new form FrmPrincipal
[ { "docid": "203ba26574bb06d3ddb5a838b21796ba", "score": "0.5760765", "text": "public FrmPrincipal() {\n initComponents();\n this.setExtendedState(FrmPrincipal.MAXIMIZED_BOTH);\n }", "title": "" } ]
[ { "docid": "b711de597dd5361b8bfe4a5e37052845", "score": "0.7759602", "text": "public FrmPrincipal() {\n }", "title": "" }, { "docid": "e55070d7d90d167a10bf634c2b6c7b9f", "score": "0.67705554", "text": "public FormPrincipal() {\n initComponents();\n }", "title": "" ...
7b7ce4aaa3615d71ead02ad41d61cef8
Generate float value with n number of decimal digits
[ { "docid": "4c5a05940fa75e0fc8efe0556b45441c", "score": "0.0", "text": "public static float roundFloat(float f,int decimal){\n\t\t BigDecimal bd = new BigDecimal(Float.toString(f));\n\t\t bd = bd.setScale(decimal, BigDecimal.ROUND_HALF_UP);\n\t\t return bd.floatValue();\n\t }", "title": "" } ]
[ { "docid": "b987ee6af93710e93ad7c30297f323cc", "score": "0.69813573", "text": "public static float __yetiValue_createRandomFloat(){\n\t\tint i = (int) Math.floor(11*Math.random());\n\t\treturn ((float)Math.random()*(10^i));\n\t}", "title": "" }, { "docid": "230493b46d8888d8d2fac2e11d036e24",...
cd984150b32bce19d9edfa20490de135
Constructor for character inventory view to initialize objects
[ { "docid": "cf66da4de792a9ead141f6dd3e3d4efa", "score": "0.76535386", "text": "public CharacterInventoryView(CharacterModel character) {\r\n\r\n\t\tthis.character = character;\r\n\r\n\t\tthis.showInventory = true;\r\n\t\t\r\n\t\tthis.setTitle(\"Character Inventory\");\r\n\r\n\t\tthis.initilizeView();\r\...
[ { "docid": "c80ba06da35360c6e241dab0c266eba4", "score": "0.7580663", "text": "public Inventory()\n\t{\n\t\tSystem.out.println(\">>> Inventory::Ctor >>>\");\n\t}", "title": "" }, { "docid": "3a9e6d32bdb5656d8558bd54ec042944", "score": "0.75619155", "text": "public Inventory() {}", ...
5b0065426298b265c5b43a221c9e51e8
Instructs the class to fetch the next question for the given Player
[ { "docid": "5084b59d139bb02d88bc0ad964c0d775", "score": "0.7740558", "text": "@Override\n public boolean fetchNextQuestion(GamePlayer player) {\n if(hasDeterminedWinner()) {\n return false;\n } else {\n this.setCurrentQuestion(this.getRandomQuestion());\n ...
[ { "docid": "a3346f8b52c72f7bd8ce9a755319d0f1", "score": "0.67257047", "text": "private void nextQuestion() {\n questionNumber = questionNumberChanges(questionNumber, true, backButton);\n startAnimations(true, questionTV, rg1);\n progressBarAnimation(pBar, true);\n questionVie...
ba7258afbddf55e09738045dae5204df
initializes the pool with the rule engine server references and pool configuration parameters.
[ { "docid": "341fbff9409605a04d0058c5e0eeed79", "score": "0.57600117", "text": "public void init(String poolName, MauiProxy proxy, RuleEvaluator re,\n DataAccessor da, ActionExecutor ax) {\n ThreadGroup tG = Thread.currentThread().getThreadGroup();\n init(tG, poolName, proxy, re, da,...
[ { "docid": "36f4cb0d4f9ee9cd54a84d8c3bf3a193", "score": "0.7113005", "text": "public void createPool() {\n\t}", "title": "" }, { "docid": "ed099594b8fb707dcf75ebf1a8f81da5", "score": "0.70151806", "text": "private void init() {\r\n\t\tthis.poolName = (this.poolName == null) ? \"defau...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "004ce207779ea8ad7c0c36bdb826fa91", "score": "0.0", "text": "@Override\r\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tchangeSurveyStatus();\r\n\t\t\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "118f2b8a20f48999973063ac332d07d3", "score": "0.6563993", "text": "@Override\r\n\t\t\tpublic void atras() {\n\r\n\t\t\t}", ...
a03a4ffdebb48d0ee4560230cbc49565
Se encarga de redigirir la solicitud del cliente a la clase DiscInfo
[ { "docid": "b5ea5b11fc2d86e42c56b8803286e189", "score": "0.56154203", "text": "public Discografia getDiscInfo(int idDisco)throws SQLException, Exception{\r\n DataBaseConnect database = new DataBaseConnect();\r\n DiscInfo discInfo = new DiscInfo();\r\n return discInfo.getDiscInfo(idD...
[ { "docid": "1754eb3c4082189bd4f7849b5cb7e9fc", "score": "0.62357473", "text": "void descadastrarCliente(Cliente cliente);", "title": "" }, { "docid": "7892fc8a9223caa779ee023e4e13a962", "score": "0.61437136", "text": "public void cargarDatosCliente() {\n try {\n Res...
999cadaef39683f4bf53d530694bdde3
function for SCC implementation
[ { "docid": "7c59ecec1ac63966707736898025ca98", "score": "0.694124", "text": "public static void SCC(ArrayList<Integer>[] G, ArrayList<Integer>[] Gr)\n {\n DFS(Gr);\n System.out.println(Arrays.toString(post));\n HashMap<Integer,Integer> hmap=new HashMap<>();\n int len=post....
[ { "docid": "26f6bf2395b03234fa10f112622f45d2", "score": "0.75268674", "text": "public static void SCC() {\n\t\tint n=graph.length;\n\t\tStack<Integer> s= new Stack<Integer>();\n\t\tboolean[] visited= new boolean[n];\n\t\tfor(int i=0;i<n;i++)\n\t\t\tif(!visited[i])\n\t\t\t\tdfs(i,visited,s);\n\t\tLinkedL...
0c8204633e0189a2f2f81dd9d2e52ecd
/ Getters and Setters
[ { "docid": "ad147f75893f873e7ede137efbdb7818", "score": "0.0", "text": "public boolean isOverDrawn() {\n\t\treturn overDrawn;\n\t}", "title": "" } ]
[ { "docid": "52738d229d8bf6ec84e3f71bc5ad16e0", "score": "0.68472683", "text": "@Override\r\npublic void set() {\n\t\r\n}", "title": "" }, { "docid": "11ae3f676ce42a2333721001c6d26290", "score": "0.66363513", "text": "@Override\r\n\tpublic void get() {\n\t\t\r\n\t}", "title": "" ...
94904277b0077ac66e657ec0ec5d9baa
Get AmtTotal4. Monto total 4
[ { "docid": "99ab1590870e690ae42e09a6da1b81a3", "score": "0.7481915", "text": "public BigDecimal getAmtTotal4();", "title": "" } ]
[ { "docid": "34b50d850a297ac863249ea12691dbe2", "score": "0.6816614", "text": "public BigDecimal getAmtTotal3();", "title": "" }, { "docid": "4d25f79bc0f3f9abe30f7e52007ade8f", "score": "0.66833913", "text": "public BigDecimal getAmtTotal6();", "title": "" }, { "docid": "9...
67032405dcc262166dff30cdbf4b455d
instead of manuell command rmiregistry in the console registration in main method
[ { "docid": "c61b439c83742430a0221188c83ce32f", "score": "0.6898022", "text": "public static void main(String[] args)\n\t {\n\t try {\n\t LocateRegistry.createRegistry(Registry.REGISTRY_PORT);\n\t }\n\t \n\t catch (RemoteException ex) {\n\t System.out.println(ex.getMessage());\n\t ...
[ { "docid": "63fd7900e71072cc7c197569fcb7f462", "score": "0.65339166", "text": "private static void startRegistry(int RMIPortNum)\n throws RemoteException {\n try {\n Registry registry = LocateRegistry.getRegistry(RMIPortNum);\n registry.list();\n } catch (R...
c1f533cc8f20ea8c90777312e257b8d9
removes this file form the objectstorage server
[ { "docid": "e5cf5a69cefa2ec7b713b4cc0ffae47e", "score": "0.662016", "text": "public void remove() throws EncoderException, IOException {\n // super.auth(username, password);\n Hashtable<String, String> params = super.createAuthParams();\n String uName = super.saferUrlEncode( this.co...
[ { "docid": "83aced9b771a5536b2c4432c3e6cf613", "score": "0.73249173", "text": "OcflObjectUpdater removeFile(String path);", "title": "" }, { "docid": "5e224c4538a36321d2d3729a8fb7f8e3", "score": "0.6713362", "text": "public void unlink();", "title": "" }, { "docid": "a32e...
d34aeebd6ede0b7798fb9851cc0ce227
This is a set method of private boolean variable isTerminated. It sets the value of isTerminated if values are passed using set method in other classes or subclasses. Value of same data type is stored i.e. boolean.
[ { "docid": "dff92047a726f1ca481fba4bd335cf90", "score": "0.79337287", "text": "public void setTerminated(boolean terminated)\n {\n isTerminated = terminated;\n }", "title": "" } ]
[ { "docid": "4e653996fcd32ba26f326acf90788aec", "score": "0.8141405", "text": "public void setIsTerminated(Boolean isTerminated) {\n this.isTerminated = isTerminated;\n }", "title": "" }, { "docid": "db4235dd72254fd7ee2737e348b1f554", "score": "0.7830596", "text": "public vo...
f603a74251f4b5381f21726d58e2b9b9
Construtor, recebe uma String a ser avaliada.
[ { "docid": "165a41b763b6b5bf9173c3b352cb3019", "score": "0.0", "text": "public StreamImpl(String input) {\r\n\t\tthis.input = input;\r\n\t}", "title": "" } ]
[ { "docid": "dd18b3882dc70eaed6946fc4533be64b", "score": "0.60806125", "text": "String getStringParam();", "title": "" }, { "docid": "ca76dc12bf760dcd4964e92416d6e97c", "score": "0.6013162", "text": "public StringField() {\n\t\tsuper();\n\t\tinit();\n\t}", "title": "" }, { ...
d68412be269097acd2ad64db1d770ab6
Find the tile on the board.
[ { "docid": "86182fcf44ffd028ed0059d84e1ca863", "score": "0.70027417", "text": "private int[] findTile(int index) {\n int[] coordinates = new int[2];\n coordinates[0] = -1;\n coordinates[1] = -1;\n int[][] board = getBoard();\n\n find:\n for (int i = 0, dim = boa...
[ { "docid": "daab2cab307c696f138f0cc86dea1f65", "score": "0.76033205", "text": "public TILE getTile(int x, int y){\n return BOARD[y][x];\n }", "title": "" }, { "docid": "01a709bbe4a98c95bcf4a97bb0f67cdc", "score": "0.7540647", "text": "Tile get(int left, int top);", "title": "...
fb2c9decad1f8916c2c07616c52f3af9
Tests the Race constructor using invalid parameters
[ { "docid": "43035d8a8f5f4e7c41c4b21fd54a0a03", "score": "0.8102069", "text": "@Test\r\n\tpublic void testInvalidRace() {\r\n\t\t\r\n\t\t//Tests invalid name parameter when null\r\n\t\ttry {\r\n\t\t\tRace invalidRace = new Race(null, 3.1, LocalDate.of(2018, 11, 30), \"NCSU\");\r\n\t\t\tinvalidRace.getNam...
[ { "docid": "39229e0547c1f1e9b9dae006ba2f04db", "score": "0.66860926", "text": "public RaceTrack() {\n }", "title": "" }, { "docid": "9ca8b0792878e22e6b5db72c5f8d2b09", "score": "0.6621278", "text": "public DiamRace() {\n }", "title": "" }, { "docid": "ee8a7bd9cf6c6b...
ea380dec43105bd38f23fbc6707c912a
required string profit_ratio = 50;
[ { "docid": "bcbf6f8d074a5aa592b542d739603c7b", "score": "0.0", "text": "public Builder clearProfitRatio() {\n bitField0_ = (bitField0_ & ~0x04000000);\n profitRatio_ = getDefaultInstance().getProfitRatio();\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "45f9380d8b25da8c13d2abc9bcef6402", "score": "0.8083802", "text": "String getProfitRatio();", "title": "" }, { "docid": "18626d1fcb30a4a9b0e6f5bd95fa5e13", "score": "0.70815617", "text": "String getAssureRatio();", "title": "" }, { "docid": "1b11d5d6a6da6e16e53...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "73b60a073a8c6a237507539fa48b6e7b", "score": "0.0", "text": "@Override\r\n\tpublic boolean delete(String itemId) throws Exception {\n\t\treturn this.providerItemDao.delete(itemId);\r\n\t}", "title": "" } ]
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.6887848", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b645eacb329adc01490ab5013a6c4f7f", "score": "0.6730944", "text": "@Override\n\t\t\tpublic void perfom() {\n\n\t\t\t}", "tit...
1bf89447b80ec86ff401a389c9f91f7d
/ access modifiers changed from: protected
[ { "docid": "dcd5b905fa40189e41ee4e87d03fcedc", "score": "0.0", "text": "public final void copy(ColumnInfo columnInfo, ColumnInfo columnInfo2) {\n io_realm_sync_permissions_PermissionRealmProxy$PermissionColumnInfo io_realm_sync_permissions_permissionrealmproxy_permissioncolumninfo = (io_realm_syn...
[ { "docid": "0b06f1c2066a7ed1df417a1383204e17", "score": "0.75226986", "text": "Internal internal();", "title": "" }, { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.69016266", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid"...
59816a59708a1698e1c0f6ee6491c52f
static method to create instance of Singleton class
[ { "docid": "b1fcf4fdbb3a9002b7522b2fe434af68", "score": "0.7441967", "text": "public static Singleton getInstance() \n { \n if (single_instance == null) \n single_instance = new Singleton(); \n \n return single_instance; \n }", "title": "" } ]
[ { "docid": "6e035167fecd7381bd63c2cafd289f68", "score": "0.8354055", "text": "private Singleton(){}", "title": "" }, { "docid": "6e035167fecd7381bd63c2cafd289f68", "score": "0.8354055", "text": "private Singleton(){}", "title": "" }, { "docid": "6e035167fecd7381bd63c2cafd...
edacb7629f1c9c22f749bb9e52219eed
Runs the task if it has not been cancelled.
[ { "docid": "556768dc754943f52487d97ecb5f93e9", "score": "0.69454896", "text": "public void run()\n\t{\n\t\tif (!isCancelled())\n\t\t\trunnable.run();\n\t\telse\n\t\t\tthrow new CancellationException(\"Task is cancelled\");\n\t}", "title": "" } ]
[ { "docid": "24bf437384621da9390eff565ec14584", "score": "0.67468756", "text": "@Override\n public void run() {\n String result = task.operation(taskNode, id);\n if (result != null && !task.completed) {\n task.completed = true;\n task.result = re...
92160632189c463cc6e19d3c5add1f9a
Meta Data Api returns a map containing the current active geocoders Usage: (GET) /api/v2/meta/provider
[ { "docid": "f1628a27a04ab1fefc432057d6e2f078", "score": "0.73544765", "text": "@RequestMapping(value = \"/provider\", method = RequestMethod.GET)\n public void metaProvider(HttpServletRequest request, HttpServletResponse response) {\n Object metaResponse;\n /** Get the ApiRequest */\n ...
[ { "docid": "e16a18739e5acf0b77395e16bd65131a", "score": "0.66986954", "text": "@GET\n @Path(\"/getmetadatamap\")\n @Produces(\"application/json\")\n public Response getMetaDataMap() {\n return Response.ok()\n .entity(BackEndAdapter.getInstance().getMetaDataMap())\n ...
921b8b6b1754aa18e642cea0f7e32fac
/ Wait for attribute
[ { "docid": "8710f292489f36b4d2a60374a8225e0d", "score": "0.6330576", "text": "public boolean waitForAttribute(String locator, String attribute) {\n\t\tString expectedValue=\"\";\n\t\tString attributeType=\"\";\n\t\tString actualAttribute=\"\";\n\t\t\n\t\tboolean match=false;\n\t\ttry{\n\t\t\tint localTi...
[ { "docid": "cb57a63902b2f4dac6a839c31e132f88", "score": "0.6331374", "text": "protected void explicitWait()\n {\n }", "title": "" }, { "docid": "d01bbc134b80e5237a4afd03108a8d2d", "score": "0.6244173", "text": "void attrCompleted(){\n\tN<?> n=getCurrent();\n\tString ks=k instan...
7393198a0a0cc2a48509062936f10f81
Get the temporary directory. FIXME: it seems not to be a good practise to create a temp file just to get the directory. accessing the system temp dir property would work without hd access and without throwing an IOException. See File.getTempDir() (private) (Marc)
[ { "docid": "acd24a3c516c766d2f49cc27026cc8bd", "score": "0.81644076", "text": "public static File getTempDir() throws IOException {\n if (tempDir == null) {\n File tmp = File.createTempFile(\"tmp.\", \".tmp\");\n File res = tmp.getParentFile();\n if (!res.isAbsolu...
[ { "docid": "7f42da84aefc458dd1ac83ac135fa094", "score": "0.82925713", "text": "public static File getTempPath() {\n return new File(getPropertyValue(GrobidPropertyKeys.PROP_TMP_PATH, System.getProperty(\"java.io.tmpdir\")));\n }", "title": "" }, { "docid": "171af46b795aed7e93253d34...
2a37bd092c2de291bd0b189cccecc724
Retorna una llista amb les permutacions de 'a'
[ { "docid": "1173a3ffb33b0ebf5f7102fa7249773f", "score": "0.74805176", "text": "private ArrayList<int[]> permutations(int[] a)\n {\n ArrayList<int[]> ret = new ArrayList<>();\n permutation(a, 0, ret);\n return ret;\n }", "title": "" } ]
[ { "docid": "9368449c9d2250409e58dc70cb360008", "score": "0.74275726", "text": "public List<List<Integer>> permute(int[] a) {\n List<List<Integer>> list = new ArrayList<>();\n // Arrays.sort(a); // not necessary\n backtrack(list, new ArrayList<>(), a);\n return list;\n }", ...
364b56bbdaba30d6bb4a611070b12879
Generate title based on item position
[ { "docid": "6923f660424d9b5743271fbb70112e46", "score": "0.0", "text": "@Override\n public CharSequence getPageTitle(int position) {\n return tabTitles[position];\n }", "title": "" } ]
[ { "docid": "6f30262d7e10f17d51d782e2a86d2489", "score": "0.7006872", "text": "@Override\n public CharSequence getPageTitle(int position) {\n // Generate title based on item position\n switch (position) {\n case 0:\n return \"entertainment ge...
87150e8d3f582b93cadaf3ada978b21c
Setter for bb.bb_order_address.delete_flag. 0NO,1YES
[ { "docid": "5217666e8db9cff4b6d9509bdd7a2af0", "score": "0.65980685", "text": "public void setDeleteFlag(Byte value) {\n set(10, value);\n }", "title": "" } ]
[ { "docid": "0c6df95b5b5ccfac9e5677ef197e1172", "score": "0.68140465", "text": "public void setDeleteflag(Integer deleteflag) {\r\n\t\tthis.deleteflag = deleteflag;\r\n\t}", "title": "" }, { "docid": "1418939dab0baf8d38f42415a481011a", "score": "0.6663756", "text": "public void setDel...
54c4a2b30130fcf22f2d96e322e7e306
Saves a pgnclientsschedule's information
[ { "docid": "c28d333f2c5a1557cfc92ff7d2ca1667", "score": "0.89651865", "text": "public void savePgnclientsschedule(Pgnclientsschedule pgnclientsschedule);", "title": "" } ]
[ { "docid": "ac626194bec249a369d05e9cf6b876c7", "score": "0.6676979", "text": "public void saveSchedule() {\r\n\t\tArrayList<String> newData = new ArrayList<String>();\r\n\t\tfor (Integer courseId : courseIds) {\r\n\t\t\tnewData.add(studentId + \"\\t\" + courseId.toString());\r\n\t\t}\r\n\t\tfileHandler....
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "73522e3c7b99ba61ea126be773cb59a4", "score": "0.0", "text": "public void mo40220a(C5931b bVar) {\n this.f24727g = bVar;\n }", "title": "" } ]
[ { "docid": "6bb82b473a9f707f03cb5cb6b11957bb", "score": "0.6303214", "text": "interface C46974a {\n /* renamed from: a */\n void mo118130a();\n }", "title": "" }, { "docid": "4e6a75296e170c4f7ef9da4ffbf823af", "score": "0.6236393", "text": "public interface C0921a {\...
fcf8f29d5848f928e0d370b6ddf9b1bd
Created by Administrator on 2018/1/5.
[ { "docid": "a0d6f7b40d05cca3b1b186c11349f6c5", "score": "0.0", "text": "public interface DBHelper {\n\n //---------------------------条件查询---------------------------------------\n\n /**\n * 查询 LoginUserInfo数据\n *\n * @return\n */\n LoginUserInfo queryLoginUserInfo(String mUserNam...
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.62407017", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "1e56eb875969a40be9b73939843db26f", "score": "0.5807273", "text": "public void starteWuerfelaktion() {\n\t\t\r\n\t}", ...
08f0d2dc7298d32c9d285ee94aab8592
Every time this method is called the tanks take a step and fire if in the right place.
[ { "docid": "b6bb46184ed886e515de220c273721e0", "score": "0.0", "text": "public void updateTanksStat(Tank tank)\n {\n if (tank instanceof OwnTank)\n {\n return;\n }\n if (tank.getLocX() - (Info.tankGlobalPositionX - Info.tankRelativePositionX) < -200 ||\n ...
[ { "docid": "d5a64d6cdc12a5730cf303cbd1c13bcf", "score": "0.6845959", "text": "@Override\r\n\tpublic void step() {\n\t\t\r\n\t}", "title": "" }, { "docid": "89bbf54f1747f85f10de879eeacca000", "score": "0.68354636", "text": "private void stepAction() {\r\n\t\thero.step();\r\n\t\tfor(Fl...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "f0d20060238465f7e0c6879489756332", "score": "0.0", "text": "@Override\r\n\tpublic void run() {\n\t\ttry {\r\n\t\t\tint x0, y0, x1, y1;\r\n\t\t\tx0 = platno.a(f.x(pmin));\r\n\t\t\ty0 = platno.b(f.y(pmin));\r\n\t\t\tfor(double p = pmin+dp; p <= pmax && !Thread.interrupted(); p += dp) {\r\n\t\t...
[ { "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...
336ab7400663accf4dea9580019bb5f7
Returns a new object of class 'Remove Variable Value Action Configuration'.
[ { "docid": "ee1185443fcda32403fd201a14373ea4", "score": "0.85623264", "text": "RemoveVariableValueActionConfiguration createRemoveVariableValueActionConfiguration();", "title": "" } ]
[ { "docid": "f08f89fa662a52cb717076a38c7d409a", "score": "0.7384709", "text": "ClearVariableActionConfiguration createClearVariableActionConfiguration();", "title": "" }, { "docid": "bbcf24ccc215e7fe00e48263441c5517", "score": "0.6586406", "text": "VariableActionConfiguration createVa...
10ef078f1f682fe3a0dcd3faedfcdac2
just in case this information is needed later
[ { "docid": "7d4e0064f54cc7fe4cf8ec768cebf825", "score": "0.0", "text": "public Space(int x, int y, int width, int height, int r, int c){\n owner = Owner.NONE;\n this.x = x;\n this.y = y;\n this.width = width;\n this.height = height;\n this.rowID = r;\n th...
[ { "docid": "24b71415616bcceea5faab5aa5dc9da1", "score": "0.6077754", "text": "private char[] info() {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "8b7f09a31fefeaf6b136b857a17648a7", "score": "0.5966431", "text": "@Override\n\tpublic void getInfo() {\n\t\t\n\t}", "title": "...
82fb701a537c89e018b9a2640e5eab01
Insert 3 documents (overwriting dataset key to known values)
[ { "docid": "c59eca5e7a7b82ec6700abcd2acc3bc4", "score": "0.0", "text": "@Test\n public void deleteDataset() throws IOException {\n NameUsageWrapperConverter transfer = new NameUsageWrapperConverter();\n NameUsageDocument doc = transfer.toDocument(TestEntityGenerator.newNameUsageTaxonWrapper());\n...
[ { "docid": "83ec989b8ad47b94a250ad418f5dffb8", "score": "0.6786241", "text": "public void DocStore(){\n\t\tSet<String> keys = docluster.keySet();\n\t\tString key1;\n\t\tint key2;\n\t\t\n\t\tIterator<String> it1 = keys.iterator();\n\t\tIterator<Integer> it2;\n\t\t\n\t\twhile(it1.hasNext()){\n\t\t\tkey1 =...
f8837e92bdc6624da7f6e286004658a4
Returns the result of interpreting the object as an instance of 'Ifc Structural Load Static'. This implementation returns null; returning a nonnull result will terminate the switch.
[ { "docid": "bdfd575b1a207a1ea246bb8a413b7929", "score": "0.7367385", "text": "public T caseIfcStructuralLoadStatic(IfcStructuralLoadStatic object)\r\n\t{\r\n\t\treturn null;\r\n\t}", "title": "" } ]
[ { "docid": "6404efd5825d746be0f67cb3819cbea0", "score": "0.69782686", "text": "public T caseIfcStructuralLoad(IfcStructuralLoad object)\r\n\t{\r\n\t\treturn null;\r\n\t}", "title": "" }, { "docid": "692cb07ed0a386960a18e1fd3e99e4b0", "score": "0.62883335", "text": "public T caseIfcSt...
532cbdb3434984cfb617a0c1fd558973
Ensures the general preconditions of an InvokeInstruction instance.
[ { "docid": "33cb4175cfdba7745eb73f24d72fcf71", "score": "0.54862666", "text": "public void visitInvokeInstruction(InvokeInstruction o){\n\t \t// visitLoadClass(o) has been called before: Every FieldOrMethod\n\t \t// implements LoadClass.\n\t \t// visitCPInstruction(o) has been called before.\n //...
[ { "docid": "3b367a2977afa387e768c07920dc0e77", "score": "0.55259955", "text": "public void visitINVOKESTATIC(INVOKESTATIC o){\n\t\t// Method is not native, otherwise pass 3 would not happen.\n\t\t\n\t\tType t = o.getType(cpg);\n\t\tif (t instanceof ObjectType){\n\t\t\tString name = ((ObjectType)t).getCl...
cc496238eb8f316b37b72145246fc210
Sort the query result by category.
[ { "docid": "bd5c92ea6b484d99db0e0ede7f6e4ee5", "score": "0.6972038", "text": "ClassificationHistoryQuery orderByCategory(SortDirection sortDirection);", "title": "" } ]
[ { "docid": "0267840abea775b7c00b3f779182edd0", "score": "0.7796053", "text": "public List<Category>sortingCategories(){\n Query query = new Query();\n query.with(Sort.by(Sort.Direction.ASC,\"category\"));\n return mongoTemplate.find(query, Category.class);\n }", "title": "" ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "cdacb93058abc551af6a586599224cc4", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tint[] arr={45,56,73,34,21};\r\n\t\tSystem.out.println(\"정렬전:\");\r\n\t\tfor(int i=0;i<5;i++)\r\n\t\t{\r\n\t\t\tSystem.out.print(arr[i]+\" \");\r\n\t\t}\r\n\t\tSystem.out.println(\"정렬후:\"...
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.6697644", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "ti...
14f283b327b3a5291e55cacb03ee90e3
Add a node to the tree open for edit. The name is relative to this node instance.
[ { "docid": "7ea13ae1ee1cb817c71ece5bb69558ee", "score": "0.58338255", "text": "public TreeNode addNode(java.lang.String name, java.lang.String usage) throws MdsException\n\t{\n\t\tresolveNid();\n\t\tfinal int newNid = addNode(nid, ctxTree.getCtx(), name, Tree.convertUsage(usage));\n\t\treturn new TreeNo...
[ { "docid": "755d9b7318275e29b8003c9fbc38baa1", "score": "0.65678215", "text": "NodeModel addNode(String name, int type, int parent, int source);", "title": "" }, { "docid": "1e29c0df90b4af7780eceea315e436fd", "score": "0.6509715", "text": "public void addNode(String name) {\r\n no...
d6ba445bdb4912572f133bf3500a0cfb
The base model interface for the Message service. Represents a row in the &quot;notif_Message&quot; database table, with each column mapped to a property of this class. This interface and its corresponding implementation eu.strasbourg.service.notif.model.impl.MessageModelImpl exist only as a container for the default p...
[ { "docid": "7551cebf7d2a1f0548a9a8c8042fdd24", "score": "0.6185899", "text": "@ProviderType\npublic interface MessageModel extends BaseModel<Message>, LocalizedModel {\n\n\t/*\n\t * NOTE FOR DEVELOPERS:\n\t *\n\t * Never modify or reference this interface directly. All methods that expect a message mode...
[ { "docid": "bae5a32379e5f3ad77eb78a412d17d20", "score": "0.70007527", "text": "@Override\n\tpublic Message getModel() {\n\t\tmessage = new Message();\n\t\treturn message;\n\t}", "title": "" }, { "docid": "08a7a8677575f7037ff71d0553cf3d27", "score": "0.6633746", "text": "public Abstra...
327d4f62f5b7ed8e31b36667edfcc843
check if the list is empty
[ { "docid": "bc5f8fa57da8bce5fae2dabf346af1a6", "score": "0.0", "text": "public synchronized boolean isEmpty() {\n\t\treturn head.getNext() == tail;\n\t}", "title": "" } ]
[ { "docid": "c2901a7c1c258ffe19bf0908eae080ae", "score": "0.85860956", "text": "@Override\n\tpublic boolean isEmpty() {\n\t\treturn list.isEmpty();\n\t}", "title": "" }, { "docid": "c2901a7c1c258ffe19bf0908eae080ae", "score": "0.85860956", "text": "@Override\n\tpublic boolean isEmpty(...