query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
16e5a3749fe3d05b44fc18d1af151b30
Gets the values of all fields of the specified object and all its superclasses.
[ { "docid": "ee13ff234d25c7d08b4ea7dbd5602e68", "score": "0.6927042", "text": "public static Map<String, Object> getFieldValues(final Object object) throws Exception {\n final Map<String, Object> fields = new LinkedHashMap<>();\n // parse all fields of the object\n for (final Field f...
[ { "docid": "98f7d683e3bbf2902d3cc0f0c3e96938", "score": "0.6672197", "text": "private Field[] getAllFields(Class<?> clz) {\n // optimize for the case where an entity is not inheriting from a base class.\n if (clz.getSuperclass() == null) {\n return clz.getDeclaredFields();\n ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "7b1c0b806b29127ae47d3f8fa24e2166", "score": "0.0", "text": "@Override\n\t\t\t\t\t\tpublic void onFailure(int arg0, String arg1) {\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t}", "title": "" } ]
[ { "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": "" }, ...
e3e8ab26ebbba919876207b85ba25add
Updates the block power and checks for redstone activation/deactivation
[ { "docid": "c83751f8fd01e6d3396301f5acf39722", "score": "0.7572955", "text": "public void updateRedstoneActivation()\r\n\t{\r\n\t\tif (OreGinPlugin.REDSTONE_ACTIVATION_ENABLED)\r\n\t\t{\r\n\t\t\tint newBlockPower = oreGinLocation.getBlock().getBlockPower();\r\n\t\t\t\r\n\t\t\tif (newBlockPower != blockP...
[ { "docid": "4f0c03df1a7f406253eb3aea614cfc46", "score": "0.61899", "text": "private void switchPowerState() {\n \t\t\n \t\t// create message that will be sent to the client, later add the state it has to switch to\n \t\tint[] message = new int[2];\n \t\tmessage[0] = PacketData.CHANGE_POWER_STATE;\n \t\t...
302bf2014c225346659167ecbe878e25
space separator among tokens
[ { "docid": "d188d4c4bf0c84d1c7845b200253f295", "score": "0.0", "text": "private void buildTree(String line)\n {\n Scanner lineScanner = new Scanner(line).useDelimiter(\"\\\\s+\");\n root= new Node(lineScanner);\n lineScanner.close();\n }", "title": "" } ]
[ { "docid": "725984d74fc35d0467767a84e9e86f08", "score": "0.7133449", "text": "static DelimitedStringSplitter space() {\n \treturn space(true);\n }", "title": "" }, { "docid": "ad80cf6daa1ab6c401e7548f11c86789", "score": "0.6630828", "text": "public void usedSeparator();", "...
2a212f11179992e6970712fc5a7559b0
Insert a new element in the heap
[ { "docid": "c79bdc1e5f0b4456c2daf37fc069eb0b", "score": "0.76713395", "text": "public void heapInsert(K x) {\r\n if (heapsize == key.length) {\r\n System.out.println(\"Heap overflow\");\r\n return;\r\n }\r\n key[heapsize] = x;\r\n // To maintain the heap property of the heap\r\n ...
[ { "docid": "338a26c02127e2e20674d55baa894457", "score": "0.82674444", "text": "public void insert( final T element ) {\n\n size++;\n Node node = new Node();\n node.element = element;\n node.position = size-1;\n heap.add(node);\n decreaseKey( node );\n //return node;\n}", "title"...
0b6d6067344dc1ddbf1f6938a3d55294
Add it for log.
[ { "docid": "9cd3edf20cca2dd46476176b983b9441", "score": "0.0", "text": "@Override\n public String toString() {\n return \"ServiceModel [getSegmentNumber()=\" + getSegmentNumber() + \", getServiceId()=\" + getServiceId()\n + \", getName()=\" + getName() + \", getDescription()=\" ...
[ { "docid": "e0bce5ef158fc98ee7c95493e703de80", "score": "0.7015954", "text": "public void addLog(DataLog log){\n logs.add(log);\n }", "title": "" }, { "docid": "fd9a84504b01567831a4c113c434d4a4", "score": "0.69383264", "text": "@Override\n\tpublic void addToOpLog(DBOpPair o...
688e0f8869f012904831f05c6eddffe0
Gets the value of the LoadCommandID field. LoadCommand for load where row was created. If not null this object was loaded via the loader.
[ { "docid": "30a6fa0a98a74fdbda46ac5cff9dc8a2", "score": "0.74570674", "text": "@gw.internal.gosu.parser.ExtendedProperty\n public java.lang.Long getLoadCommandID();", "title": "" } ]
[ { "docid": "a194fc3b19c9f5e8690c4b668af97ef3", "score": "0.7236739", "text": "@gw.internal.gosu.parser.ExtendedProperty\n public java.lang.Long getLoadCommandID() {\n return (java.lang.Long)__getInternalInterface().getFieldValue(LOADCOMMANDID_PROP.get());\n }", "title": "" }, { "d...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "de1d61c2e44ee19a6a6b21d297eca3cf", "score": "0.0", "text": "@Override\n\t\t\t\tpublic void onTextChanged(CharSequence s, int start,\n\t\t\t\t\t\tint before, int count) {\n\n\t\t\t\t}", "title": "" } ]
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6831473", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.67589027", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\t...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4804f5541d5709931f8373670e81375b", "score": "0.0", "text": "@Override\n\tpublic void clearExternals() {\n\t\tsuper.clearExternals();\n\t\tdespawnItems();\n\t}", "title": "" } ]
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6831473", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.67589027", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\t...
b23bd0ff7e4dfc4b61575a733764315b
$ANTLR end "rulePrimary" $ANTLR start "entryRuleAtTimeExpression" ../org.xtext.ecerule.ui/srcgen/org/xtext/ecerule/ui/contentassist/antlr/internal/InternalEce.g:654:1: entryRuleAtTimeExpression : ruleAtTimeExpression EOF ;
[ { "docid": "af4b605c5c1ff68adea2fedf3fe7e415", "score": "0.6813342", "text": "public final void entryRuleAtTimeExpression() throws RecognitionException {\n try {\n // ../org.xtext.ecerule.ui/src-gen/org/xtext/ecerule/ui/contentassist/antlr/internal/InternalEce.g:655:1: ( ruleAtTimeExpr...
[ { "docid": "8a0f9789dd35eead0db3f47b1f909e36", "score": "0.75276685", "text": "public final void entryRuleAtTimePrimary() throws RecognitionException {\n try {\n // ../org.xtext.ecerule.ui/src-gen/org/xtext/ecerule/ui/contentassist/antlr/internal/InternalEce.g:683:1: ( ruleAtTimePrimar...
0947d5df1d85e3c07466f7928d39cd7f
Split file by number assigned.
[ { "docid": "86b60a1a26a76fda6c081f75a78485cd", "score": "0.5967676", "text": "public List<String> splitByCount(String fileName, int count)\n throws IOException, InterruptedException {\n\n List<String> parts = new ArrayList<String>();\n File file = new File(fileName);\n int blockSize = (int...
[ { "docid": "14928a6029671c55b455b0a6d60225e1", "score": "0.6596471", "text": "public static void splitFile() throws IOException{\n\t\tPath currentRelativePath = Paths.get(\"\");\n\t\tFile file = new File(currentRelativePath.toAbsolutePath().toString()+\"/\"+fileName);\n\n\t\t//fileChunks are of size win...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "59598945cf606cb905f79295f685815f", "score": "0.0", "text": "@Override\n\tprotected void writeOutputLine(String title, String value) {\n\t\toutputStream.println(\"<\" +title+ \"> \" + value + \"</\" + title + \">\");\n\t}", "title": "" } ]
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6831473", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.67589027", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\t...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "0326532d72916a5d1f152dde559fd861", "score": "0.0", "text": "@Override\n\t\t\tpublic void handler(byte[] buf) {\n\n\t\t\t\txmlDetailList = TDataInputStream.getUTF8String(buf);\n\n\t\t\t\tinitializeDetailAdapter(euid);\n\t\t\t\tNetService.getInstance().removeHttpConnector(http.getTarget());\n\...
[ { "docid": "9208773f8d675a45ef2786d0cb668514", "score": "0.654538", "text": "@Override\n\tpublic void addiion() {\n\t\t\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}", "titl...
64aa2cc91d96f7e44ebe4b71f568721e
checks to see if there are still unscheduled matches
[ { "docid": "09759e08a6d6a64691d909c18da843d7", "score": "0.76684976", "text": "public boolean hasNotScheduled() {\n for (Match m : matchList) {\r\n if (!m.isScheduled()) {\r\n return false;\r\n }\r\n }\r\n return true;\r\n }", "title": "" ...
[ { "docid": "3794ae82c2d4cecbe3e83a465564bb0c", "score": "0.6517277", "text": "public boolean isMatchJustOver(){\n if(now - startTime >= matchLengthMillis && !hasStopped) {\n hasStopped = true;\n return true;\n }\n return false;\n }", "title": "" }, {...
e09950b6287a12f28bf74f04930c60ba
Buscarsubmit: with specific test context and state. .id : svwBuscarPrincipal:siCBOKBsPer:idCmbIrBuscarBP .type : submit .value : .title : .class : Html.BUTTON .name : .classIndex : 0
[ { "docid": "1226efbaa789113a2c913d72ecac39e7", "score": "0.6908419", "text": "protected GuiTestObject button_buscarsubmit(TestObject anchor, long flags) \r\n\t{\r\n\t\treturn new GuiTestObject(\r\n getMappedTestObject(\"button_buscarsubmit\"), anchor, flags);\r\n\t}", "title":...
[ { "docid": "3450c0160a24f0081112090ffabeeec3", "score": "0.7636469", "text": "protected GuiTestObject button_buscarsubmit() \r\n\t{\r\n\t\treturn new GuiTestObject(\r\n getMappedTestObject(\"button_buscarsubmit\"));\r\n\t}", "title": "" }, { "docid": "7526d71af974b1fac...
e2ea0dbeaf8f65d4cef919a2f9098577
Returns the OpenGL constant for the mode.
[ { "docid": "6f185fe5972fe596496399ee8c4e2b69", "score": "0.5263712", "text": "public abstract int getMode ();", "title": "" } ]
[ { "docid": "25fe104e786d1b10367e16671f7248b2", "score": "0.7834519", "text": "public int getGLConstant() {\n return glConstant;\n }", "title": "" }, { "docid": "d678260453064f4f7f891331eec86b2f", "score": "0.6262952", "text": "public String getGameMode() {\n\t\treturn \"\" ...
ac147854a6a2989fe7600d4a8624eb00
Set SO_REUSEPORT via reflection. As of this writing, google3 is building for Java 8 but running with a Java 11 JVM. Thus we have to use reflection to fish out the SO_REUSEPORT setting.
[ { "docid": "ff6d2189b877f61718763e4a54afbac7", "score": "0.7499277", "text": "static void setReusePort(ServerSocketChannel serverChannel) throws IOException {\n if (Objects.equals(JAVA_SPECIFICATION_VERSION.value(), \"1.8\")) {\n throw new IOException(\"Cannot use SO_REUSEPORT with Java <9.\");\...
[ { "docid": "daab0fc0ec44177a64edaa42d8b249c1", "score": "0.5763627", "text": "private void createServerSocket() {\n int serverPort = port;\n int connectionRequestBacklog = BACKLOG;\n InetAddress bindAddress = address;\n\n try {\n if (serverPort <= 0) {\n socket = socketCreator.fo...
425c1789a8db7ebae7bb0cea171a6149
Created by chen.qiu on 2018/8/30.
[ { "docid": "550e20cefcee497cc4d86520b6fa4c0b", "score": "0.0", "text": "public interface MCTokenService {\n\n /**\n * 获取token\n * @return\n */\n ActionResultRO<String> get();\n\n /**\n * 获取token\n * @return\n */\n ActionResultRO<String> getV2();\n\n}", "title": "...
[ { "docid": "9144a32a2cd5a72f1d1380aa1f1d5f09", "score": "0.56897163", "text": "public void mo5774g() {\n }", "title": "" }, { "docid": "5783648f118108797828ca2085091ef9", "score": "0.56534", "text": "@Override\n protected void initialize() {\n \n }", "title": "" }, ...
b36471fc3d6cbb4354ab4473ef2093a1
3. Page Actions/Methods/Page libraries:
[ { "docid": "dc98aef18c15ef69ad7814d239fab6c2", "score": "0.0", "text": "public String getPageTitle()\n\t{\n\t\treturn driver.getTitle();\n\t}", "title": "" } ]
[ { "docid": "911927f235dbd3b76134d9c1816bf19b", "score": "0.7188322", "text": "public void testPages(){\n }", "title": "" }, { "docid": "982e0e7b91b67b7b3e713c7cb61e5564", "score": "0.6811802", "text": "protected abstract void pageInit();", "title": "" }, { "docid": "38...
7d0d73ae43c403f75ba65851f77144e4
Checks if is prime.
[ { "docid": "ff360c4a4f08542e5c34c0b1f716af02", "score": "0.6649168", "text": "public boolean isPrime(int number){\r\n\t\t\r\n\t\tif(primeNumbers.contains(number)){\r\n\t\t\treturn true;\r\n\t\t}\r\n\t\telse if(!isOdd(number)){\r\n\t\t\t//no even number can be prime bar 2\r\n\t\t\treturn false;\r\n\t\t}\...
[ { "docid": "8e762a526ff376c508fa3c1ad047dccf", "score": "0.7737876", "text": "public boolean isPrime(BigInteger num);", "title": "" }, { "docid": "0e8d1b6669647b360d23e9fc724e7728", "score": "0.7507788", "text": "boolean isPrime(final long number);", "title": "" }, { "doc...
568714805e0dac38d7af711e82bede55
Creates a new empty resource description that can be used as a response to derive calls issued to the resource of this context object.
[ { "docid": "f8c6bb9ad49291e9e58116004e423121", "score": "0.0", "text": "public IResourceSetup createSetup();", "title": "" } ]
[ { "docid": "a68d670507fea3e6dc6e2f5e901c0b00", "score": "0.6529968", "text": "protected abstract InstanceResource newEmptyResource();", "title": "" }, { "docid": "57b935d427b928f0ad610031a66f7ad6", "score": "0.6323771", "text": "Description createDescription();", "title": "" },...
3b02d693363d1aa7e3273f68c723160f
Pause the current Thread execution.
[ { "docid": "55e6302d43eac75ea5a4a2616754716b", "score": "0.0", "text": "public void wait(double seconds) {\n\t\tint val = (int) (seconds * 1000);\n\t\tThreadSleep(val);\n\t}", "title": "" } ]
[ { "docid": "881ae67bf8d9ada9d81ab1496d018434", "score": "0.7920085", "text": "@Override\n public void pauseThread() {\n this.pause();\n }", "title": "" }, { "docid": "e72dbba0ad6922a1024a8255581f4854", "score": "0.76409096", "text": "public void pauseThread() {\n }", ...
c5ff026caf296758a72d8628a2a03e1a
This method was generated by MyBatis Generator. This method sets the value of the database column admin_user.admin_name
[ { "docid": "05ff36a7d750ce227167ed14eeb1f65e", "score": "0.7259213", "text": "public void setAdminName(String adminName) {\r\n this.adminName = adminName == null ? null : adminName.trim();\r\n }", "title": "" } ]
[ { "docid": "ba6774a67db780ee012de81edafb017b", "score": "0.72333616", "text": "public void setAdminName(String adminName) {\n this.adminName = adminName == null ? null : adminName.trim();\n }", "title": "" }, { "docid": "0c4e99d224901d69bfeaa88144183f7f", "score": "0.7187608", ...
22510b4f937be1f014740e433a0e4d2f
Undeletes a [WorkloadIdentityPoolProvider][google.iam.v1beta.WorkloadIdentityProvider], as long as it was deleted fewer than 30 days ago.
[ { "docid": "6acd4c046f0ceda0ccfb8e8cf044b059", "score": "0.7288842", "text": "public com.google.longrunning.Operation undeleteWorkloadIdentityPoolProvider(com.google.iam.v1beta.UndeleteWorkloadIdentityPoolProviderRequest request) {\n return io.grpc.stub.ClientCalls.blockingUnaryCall(\n get...
[ { "docid": "14d1b1e244b6bec906f6994849baa27b", "score": "0.7409764", "text": "public void undeleteWorkloadIdentityPoolProvider(com.google.iam.v1beta.UndeleteWorkloadIdentityPoolProviderRequest request,\n io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver) {\n io.g...
3f72a1dd14654adc1bf20e80fc4c0d0b
Metodo encargado de cambiar el FOCUS entre los nodos del Formulario y ejecutar los procedimientos correspondientes.
[ { "docid": "9f59541d358eadbcafd2ffc0d3a87a8a", "score": "0.0", "text": "private void nextFocusedField(KeyEvent ke) {\r\n Gui.sumFieldFocused(); //Aumenta el contador\r\n //Si el foco esta en algun nodo del formulario \r\n if(Gui.getFieldFocused() < Gui.getFieldsSize()){\r\n ...
[ { "docid": "a41ef43a9601c07effff01c1d4138a40", "score": "0.60985726", "text": "private void asociacionOyentesFormularioRegistroBaja() {\n\t\t\n\t\tbtnRegistroRutaTerminado.addActionListener(new BtnFinalizarRegistroActionListener());\n\t\tbtnRegistroRutaCancelado.addActionListener(new BtnCancelarRegistro...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "bcc60d2257d75575ce0c244ff8596f6e", "score": "0.0", "text": "@Override\r\n\tpublic void windowClosed(WindowEvent arg0) {\n\t\t\r\n\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66775143", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
9b4feabd864746ead63747b081815c2b
Checks if the list is empty
[ { "docid": "c2901a7c1c258ffe19bf0908eae080ae", "score": "0.86216855", "text": "@Override\n\tpublic boolean isEmpty() {\n\t\treturn list.isEmpty();\n\t}", "title": "" } ]
[ { "docid": "5ddb4af1b8bc2284ba0a48803b65236f", "score": "0.86288935", "text": "@Override\n public boolean isEmpty() {\n return list.isEmpty();\n }", "title": "" }, { "docid": "5ddb4af1b8bc2284ba0a48803b65236f", "score": "0.86288935", "text": "@Override\n public boolea...
8c33803b12edd01e9706fd4f14d5ca56
Invoked when a web socket has been closed due to an error reading from or writing to the network. Both outgoing and incoming messages may have been lost. No further calls to this listener will be made.
[ { "docid": "015de9294211295cfb3ff9ff40e4a21d", "score": "0.0", "text": "@Override\n public void onFailure(WebSocket webSocket, Throwable t, Response response) {\n //Log.i(TAG, \"onFailure: \");\n System.out.println(\"onFailure\");\n mnConnectStatus = WEBSOCKET_CONNECT_FAILURE;\n ...
[ { "docid": "9d359b96366ad7df7461da1bc62f035d", "score": "0.7498592", "text": "public void onWebSocketClosed(Consumer<WebSocketClosed> listener) {\n rpcClient.addEventListener(\"Network.webSocketClosed\", listener, WebSocketClosed.class);\n }", "title": "" }, { "docid": "787f75e0658209a67...
ecc7e76cf1d26707b1e5be6d51972721
optional string path = 2;
[ { "docid": "11fc54e6c92c255574ca785dac688259", "score": "0.0", "text": "public Builder clearPath() {\n bitField0_ = (bitField0_ & ~0x00000002);\n path_ = getDefaultInstance().getPath();\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "e914baf44c224b9de5ff6ab34877c86d", "score": "0.6968772", "text": "public void setPath(String path)\n {\n \tthis.path = path;\n }", "title": "" }, { "docid": "44750ddf901cf4a554ee5d1647fb0670", "score": "0.68009335", "text": "public void setPath(String path);", ...
72f90da23e84ac724a992a4f7bac458e
Gets the builtin value for this Systemcmdpolicy.
[ { "docid": "259f7ef23713bb64fc4293ba0aea6a5b", "score": "0.7129083", "text": "public java.lang.String getBuiltin() {\n return builtin;\n }", "title": "" } ]
[ { "docid": "12c71070f4c87b47c11efeba6f315075", "score": "0.6219522", "text": "public String getSystemParamValue() {\n return systemParamValue;\n }", "title": "" }, { "docid": "81ee5c266400cfc5cf01a36c76bbbbe7", "score": "0.59262085", "text": "public String getsystem() {\r\n...
75f823299a6c1cb592dc1eb62b814bc6
Loads the loads the Map with the specifications and entity types and locations provided in the Map file provided
[ { "docid": "94c4e73724a80432bc665469aba15262", "score": "0.0", "text": "public static void initialize(String filename, String entityFilename) {\n \t\tloadMapFile(filename);\n \t\tloadEnemyEntityFile(entityFilename);\n \t}", "title": "" } ]
[ { "docid": "3b34a65c5cc2fc919989b6b560593abc", "score": "0.74424165", "text": "public abstract void loadMap(String fileName) throws ParserConfigurationException, ParseException, SAXException,\n IOException;", "title": "" }, { "docid": "2046f5d8bc6eb3f738e74a0aef184397", "score...
c78f3a32a8ce700b4ca249203c234170
Getter and setter for game class, so i can get and set them in the other classes.
[ { "docid": "20ea30088f89a792ea48ad705510969e", "score": "0.59830534", "text": "public Games(){\n\n }", "title": "" } ]
[ { "docid": "ff4fa33de026fab540eded34d70f73d0", "score": "0.76799893", "text": "public Game getGame(){return game;}", "title": "" }, { "docid": "f0de9fd5434eafa8b1a87c186d17d35f", "score": "0.7477575", "text": "public Game getGame(){\n return game;\n }", "title": "" }, { ...
64ffee569d71a1b7eaa3e538b601ccf7
An expression to increment the sequence and get the next value.
[ { "docid": "35347755b6e86e2d94024117d6597181", "score": "0.0", "text": "@NotNull\n @Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, POSTGRES, YUGABYTEDB })\n Field<T> nextval();", "title": "" } ]
[ { "docid": "a895235b7d9b66b34b3f8f08b321be1f", "score": "0.7499265", "text": "SequenceMinValueStep incrementBy(long increment);", "title": "" }, { "docid": "819833c08878035a02f6f6822862688d", "score": "0.747102", "text": "public int getNext() {\n return value++;\n }", "...
75cfef6b84d07fa4cbfc1dba6a418ca1
chequea so las horas y minutos son iguales a la de la fecha actual mas la antelacion
[ { "docid": "21d0e73bd8cd2716e75a8683c54b8ba3", "score": "0.5491015", "text": "public boolean chequearTiempo(Calendar actual,Calendar inicio,TiempoAntelacion ta){\r\n \t Calendar actualMasAntelacion=sumarAntelacion(actual,ta);\r\n \t return actualMasAntelacion.get(Calendar.HOUR)==inicio.get(Calenda...
[ { "docid": "757bcaf75ba0fd0cd6091852072deae7", "score": "0.6982453", "text": "private void sumarHoraPorMinuto() {\n\t\tthis.minuto = this.minuto-60;\n\t\tthis.hora = this.hora+1;\n\t}", "title": "" }, { "docid": "e95e6febeebb920b8aa3e66494a6b9a1", "score": "0.65746975", "text": "publ...
8e2d0f82000d4dc85c02ada828c6b880
$ANTLR end "Space" $ANTLR start "Letter"
[ { "docid": "58d85e013d8f32bc74e75e745a67732a", "score": "0.6547193", "text": "public final void mLetter() throws RecognitionException {\n\t\ttry {\n\t\t\t// grammars/Lua.g:461:2: ( 'a' .. 'z' | 'A' .. 'Z' )\n\t\t\t// grammars/Lua.g:\n\t\t\t{\n\t\t\tif ( (input.LA(1) >= 'A' && input.LA(1) <= 'Z')||(input...
[ { "docid": "03cca04bb5241239d6c916e8a9d06abc", "score": "0.6590391", "text": "public final void mLetter() throws RecognitionException {\n try {\n // XQuery.g:336:3: ( 'a' .. 'z' | 'A' .. 'Z' )\n // XQuery.g:\n {\n if ( (input.LA(1)>='A' && input.LA(1)<=...
00bc81edfb0815e027195acac1f0fa32
Get next materialized timestamp
[ { "docid": "049514bb59233e2657b9162eb0622b6e", "score": "0.80971384", "text": "public Timestamp getNextMaterializedTimestamp() {\n return nextMaterializedTimestamp;\n }", "title": "" } ]
[ { "docid": "ab7dc4c4808fa74bfc1b22d39289da17", "score": "0.6680523", "text": "Long getNextExecutionTime();", "title": "" }, { "docid": "a5d0af8c1bd5d7f3f054e8a7fe4034e1", "score": "0.65881747", "text": "private Date nextUniqueTimeStamp() {\r\n\t\tDate now = new Date();\r\n\t\tlong no...
c26fdc399f7caa7fd4a2491cd4bb20a0
/ Check time slot type 2
[ { "docid": "95ce8f6b365c754d8f4f528ded7185b3", "score": "0.7582713", "text": "@Test\r\n\tpublic void testCheckTimeSlotType2() {\r\n\t\tboolean check = Classroom.checkTimeSlotType(2);\r\n\t\tassertTrue(check);\r\n\t}", "title": "" } ]
[ { "docid": "5315d1d7a9a7d213ca09f35d0c3d88c2", "score": "0.7175089", "text": "@Test\r\n\tpublic void testCheckTimeSlotType3() {\r\n\t\tboolean check = Classroom.checkTimeSlotType(3);\r\n\t\tassertFalse(check);\r\n\t}", "title": "" }, { "docid": "41859122f14e65ec0cbd9d087446bae3", "score"...
af4b7e8ff40ef23eb158d54372bc1484
$ANTLR end "rule__EndCondition__EndwhenlistAssignment_1" $ANTLR start "rule__EndAfter__TimeAssignment_1" InternalDSL.g:3518:1: rule__EndAfter__TimeAssignment_1 : ( RULE_INT ) ;
[ { "docid": "e126d983674641fe561fa3f7be9ab738", "score": "0.7773138", "text": "public final void rule__EndAfter__TimeAssignment_1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalDSL.g:3522:1: ( ( RULE_INT ) )\n ...
[ { "docid": "f34a587acb787ea5e6a5da3a271a0810", "score": "0.71429545", "text": "public final void rule__EndAfter__Group__1__Impl() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \t\n try {\n // InternalDSL.g:1547:1: ( ( ( rule__EndAfter__TimeAssig...
2621db431fe3bea3db71b19b3f0b84b4
Sets the square box for star size
[ { "docid": "f38dd202d388400d9e5aed4c28f25027", "score": "0.6726233", "text": "public void setStarSizeInDp(int size) {\n setStarSize(getPixelValueForDP(size));\n }", "title": "" } ]
[ { "docid": "062e095dbd1a167b5faf17a406ce5359", "score": "0.69920397", "text": "public void setStarSize(int size) {\n mStarSize = size;\n if (baseDrawable != null) {\n baseDrawable.setBounds(0, 0, mStarSize, mStarSize);\n }\n if (overlayDrawable != null) {\n ...
93c29225add23706ae41990835ab41b7
get arrivals order by duration
[ { "docid": "ae8672b6a0156f049bbf87184a1b3173", "score": "0.0", "text": "public List<RegisteredVO> getArrivalsFromCompetition(final int competitionId) throws RegisteringException {\n\n\t\tsetRegisteringEJB();\n\n\t\tList<IEntityRegistered> registereds = null;\n\t\ttry {\n\t\t\tregistereds = this.register...
[ { "docid": "b8d7ef59e2eaa4452b246414282f487e", "score": "0.6556791", "text": "public void sortByDuration()\n {\n Collections.sort(flights,new DurationComparator());\n }", "title": "" }, { "docid": "569e83fa368ca4335077c5634eb56773", "score": "0.5934916", "text": "public void s...
e73ac41c8079806cd22392492a0c70db
/ verify Tracks Header
[ { "docid": "7d449a195ca542806357008b947f47d2", "score": "0.6480005", "text": "public void verifyTrackHeader() throws Throwable {\r\n\t\tThread.sleep(2000);\r\n trackLeftEdt.click();\r\n\t\ttry {\r\n\t\t\tAssert.assertEquals(trackLeftEdt.getText(), trackHeaderEdt.getText());\r\n\t\t\tSystem.out.pr...
[ { "docid": "fb30ff14c2961e8142d72dcf985af6c0", "score": "0.7729384", "text": "public void verifyHeaders() {\n\t\t\n\t}", "title": "" }, { "docid": "1d4d84dcd0f43fc0aae2817e70b6a1b4", "score": "0.71001136", "text": "public int validateHeader() {\n\t\t\n\t\tSystem.out.println(\"Header ...
94f2460007aa045b768a70cbcb13071a
Get all export metadata
[ { "docid": "f20b2a4570b1bcf399afc26efdb60b86", "score": "0.5791192", "text": "public ApiResponse<ReportingExportMetadataJobListing> getAnalyticsReportingExportsMetadata(ApiRequest<Void> request) throws IOException {\n try {\n return pcapiClient.invoke(request, new TypeReference<ReportingExportMe...
[ { "docid": "cfb5bcfae7d53b82e6cba1f3551ef4cd", "score": "0.6968545", "text": "@Override\n public String[] listAll() throws IOException {\n return readLatestMetadataFile().getMetadata().keySet().toArray(new String[0]);\n }", "title": "" }, { "docid": "cfad055a4603d735854aade24c39...
3461a8246519bc0706dbf1df386f4736
Constructs a color format for a color.
[ { "docid": "8c3d0b01926ed40183d0780f1ece81a5", "score": "0.0", "text": "private ChatFormat (char character) {\n\n this(character, false);\n }", "title": "" } ]
[ { "docid": "c21eb58a5c557427fd59dd488a738f71", "score": "0.71441305", "text": "Color createColor();", "title": "" }, { "docid": "c21eb58a5c557427fd59dd488a738f71", "score": "0.71441305", "text": "Color createColor();", "title": "" }, { "docid": "3b1529203777e6d374a58b7784...
fc6a9519e5d7e79d52e4a8d16e3f6f93
Returns an int representing the score effect associated with the Column Shade Variety Achievement. The return value is the number of columns with no repeated values multiplied by four.
[ { "docid": "a06ea0b4b4ab2648870b4aeb6fd58ba5", "score": "0.62771636", "text": "@Override\n public int scoreEffect(Dashboard dashboard) {\n\n int score = 0;\n boolean foundColumn = true;\n Cell[][] matrixScheme = dashboard.getMatrixScheme();\n boolean[] counter = new boolea...
[ { "docid": "50316098fd24cc939e2734cb71bb41a0", "score": "0.6074839", "text": "int getGameScoreCount();", "title": "" }, { "docid": "3fc36673104b0bdd13485ffac8791f4b", "score": "0.6010843", "text": "public int getEffectCount( ) {\r\n return effects.getEffects( ).size( );\r\n ...
1e00ca89909cc636a2828eb5732d98bc
For access login Locator
[ { "docid": "3ce9620d14be1ca174ed8243d52b0c6b", "score": "0.0", "text": "public By getBurgerMenuLocator() {\r\n\t\t\treturn burgerMenu;\r\n\t\t}", "title": "" } ]
[ { "docid": "a3e28abc59e31c807af1dcb60b7edefb", "score": "0.7006131", "text": "public void login() {\n\t\t\t\n\t\t}", "title": "" }, { "docid": "59743b4e568fd7e455c9d22452d20f00", "score": "0.7004621", "text": "public void login() {\n\t\t\n\t\t\n\t\t\n\t}", "title": "" }, { ...
102935cac49f330b2bff1baf818a731f
This interface must be implemented by activities that contain this fragment to allow an interaction in this fragment to be communicated to the activity and potentially other fragments contained in that activity. See the Android Training lesson Communicating with Other Fragments for more information.
[ { "docid": "a2f44558f4e87ce20325f21b87465516", "score": "0.0", "text": "public interface OnFragmentInteractionListener {\n // TODO: Update argument type and name\n void onFragmentInteraction(Uri uri);\n }", "title": "" } ]
[ { "docid": "977fb0ca5e1e746044eadb7feb159002", "score": "0.7389602", "text": "public interface OnFragmentInteractionListener {\n void onSendClicked(String receiver, String message);\n }", "title": "" }, { "docid": "e375556d6181874b82c15683c3283ca0", "score": "0.720042", "te...
d6f06f399e3e751fcc7e974a317043d3
Sets the value of maxRows
[ { "docid": "42077c6655783b52f7a7be0c4b54d8f5", "score": "0.88935786", "text": "public void setMaxRows(int maxRows);", "title": "" } ]
[ { "docid": "1a599c662799d8c0d78c26107556ac91", "score": "0.89363253", "text": "public final void setMaxRows(int maxRows)\n {\n this.maxRows = maxRows;\n }", "title": "" }, { "docid": "29144369e68793f98a3743b0f9598c1d", "score": "0.88455975", "text": "public void setMaxRows(java....
5f483d4e36dbf919b86446737020c1e7
Send a request message and receive a reply message with the default timeout.
[ { "docid": "a3de27d16d9325ff8358cc4e06a4915d", "score": "0.5136756", "text": "default StatefunRequestReplyMessageFuture<K, V> sendAndReceive(Message<?> message) {\n throw new UnsupportedOperationException();\n }", "title": "" } ]
[ { "docid": "b97bd08e8e17299a594b155f9ae25b63", "score": "0.65649116", "text": "default StatefunRequestReplyMessageFuture<K, V> sendAndReceive(Message<?> message, @Nullable Duration replyTimeout) {\n throw new UnsupportedOperationException();\n }", "title": "" }, { "docid": "0d856db...
0fb56d38cf8c3ce61a93105a20c67fda
15. Perfect Sum Problem (Print all subsets with given sum)
[ { "docid": "4f6dade74d8145c1960bd7f1fd5bf359", "score": "0.7803238", "text": "@Test\n\tpublic void subsetsOfGivenSumTest() {\n\t\t// TODO\n\t}", "title": "" } ]
[ { "docid": "1ccdd63561610fe03e767007c753b927", "score": "0.69043046", "text": "public static List<Integer> subset(int[] A, int sum) {\n int n = A.length;\n\n // T[i][j] stores true if subset with sum j can be attained\n // with using items up to first i items\n int[][] T = new int[n + 1][sum...
def9f49b4d1dc0066df1c56d0aa27a71
This simple init() method just creates a drawing surface belonging to the nested class Display and uses it for the content pane of the JApplet. (This is one case where it is rather silly to use a JApplet rather than a plain old Applet!)
[ { "docid": "56a75488cf04bd664fb16d72cceb3341", "score": "0.59378934", "text": "public void init()\r\n {\r\n setContentPane( new BlizzardPanel() );\r\n }", "title": "" } ]
[ { "docid": "709481620ea2085ecdf68bf443b3b72a", "score": "0.7650303", "text": "public void init() {\n setLayout(new BorderLayout());\n try {\n display_parent = new Canvas() {\n public void addNotify() {\n super.addNotify();\n s...
7465eafacd5317bfa4e9cf6921e55584
Override equals method of Book Class.
[ { "docid": "c5316c17a9e67f5d163cc251d83efec7", "score": "0.7662057", "text": "@Override\n public boolean equals(Object obj) {\n\n if (obj instanceof Book) {\n Book bk = (Book) obj;\n return this.name.equals(bk.name);\n }\n return false;\n\n }", "title...
[ { "docid": "df5e90666cea81fb176ce43f503475e5", "score": "0.801219", "text": "@Override\n public boolean equals(Object obj){\n if (obj instanceof Book){\n return this.number.equals(((Book) obj).number);\n }\n return false;\n }", "title": "" }, { "docid": ...
6470a46cb8daf30cc9ea06d2f442c03f
/ access modifiers changed from: packageprivate
[ { "docid": "ff27c8cbf5131239cbf5f59277995955", "score": "0.0", "text": "@Override // java8.util.stream.AbstractPipeline\n /* renamed from: a */\n public <P_IN> Spliterator<T> mo130914a(PipelineHelper<T> bcVar, Spliterator<P_IN> aaVar) {\n long a = bcVar.m...
[ { "docid": "288fd3ee71b736e770bbef790831c263", "score": "0.7009126", "text": "User mo18615e();", "title": "" }, { "docid": "095e6ff8bab7af049b3fedcf55fc5bad", "score": "0.6920838", "text": "private LieferungModul() {\r\n\t}", "title": "" }, { "docid": "33d41636b65afa8267c...
7b27a6228c96497f352985fcba918c67
Finds calls of "Boolean.valueOf".
[ { "docid": "cd7bed8f13a37e50a123a6169087481c", "score": "0.0", "text": "@Override\n public Object visit(ASTMethodCall node, Object data) {\n if (BOOLEAN_VALUEOF_MATCHER.matchesCall(node)) {\n checkArguments(node.getArguments(), node, data);\n }\n\n return data;\n }"...
[ { "docid": "bc55df5e0e72b48448af95e4d244f7e7", "score": "0.63709086", "text": "public Boolean evaluate()\n/* */ {\n/* 23 */ return Boolean.valueOf(true);\n/* */ }", "title": "" }, { "docid": "ea439c2a1b8d553581a244d100b5e4dd", "score": "0.5731931", "text": "boolean appl...
5d21005f595e126ed1b5ec9148c1aad8
required int32 preProduceNumber = 11;
[ { "docid": "7e0ebbb0489e6c384ba78f38840a28c9", "score": "0.0", "text": "public boolean hasPreProduceNumber() {\n return result.hasPreProduceNumber();\n }", "title": "" } ]
[ { "docid": "801e02c41965d0e1aba1b72fcb196c25", "score": "0.6147862", "text": "int getNumber();", "title": "" }, { "docid": "801e02c41965d0e1aba1b72fcb196c25", "score": "0.6147862", "text": "int getNumber();", "title": "" }, { "docid": "801e02c41965d0e1aba1b72fcb196c25", ...
5e185150f8b61ce5105970ef4a853eb6
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
[ { "docid": "49d0a11a74307d3b4b446a244ee759ce", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jLabel4 = new javax.swing.JLabel();\n mess = ...
[ { "docid": "17113ab7a06544a62482637e283ac13d", "score": "0.73931265", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n }", "title": "" }, { "docid": "b431c293...
49f79046060acacba8b70f7818c1c540
Default access controls to apply to new objects when no ACL is provided. repeated .google.storage.v1.ObjectAccessControl default_object_acl = 2;
[ { "docid": "bbe436eb74cb2c1bfbe6de7d0e7eb874", "score": "0.6551449", "text": "int getDefaultObjectAclCount();", "title": "" } ]
[ { "docid": "31a1f7ec990599f04e29d9c5bd21a806", "score": "0.80282265", "text": "com.google.storage.v1.ObjectAccessControl getDefaultObjectAcl(int index);", "title": "" }, { "docid": "3a28d4dc2b49907c6f4c13dc44e1a850", "score": "0.76859725", "text": "java.util.List<com.google.storage.v...
a6e0d976ccd96db75ae9dcb2e8202722
required int64 offset = 2;
[ { "docid": "48f34f3e2009d74d1704c15cba2d41d1", "score": "0.0", "text": "public Builder setOffset(long value) {\n bitField0_ |= 0x00000002;\n offset_ = value;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "9896023846dd68dbc8e449d3d5b3b852", "score": "0.73551357", "text": "long getOffset();", "title": "" }, { "docid": "9896023846dd68dbc8e449d3d5b3b852", "score": "0.73551357", "text": "long getOffset();", "title": "" }, { "docid": "9896023846dd68dbc8e449d3d5b3b852...
016370cd931b691c9cabedf7cce4ce66
repeated .dstore.engine.Message message = 3;
[ { "docid": "5a684feb95c5ec04b94f0aa96f28dc15", "score": "0.0", "text": "public io.dstore.engine.Message.Builder addMessageBuilder() {\n return getMessageFieldBuilder().addBuilder(\n io.dstore.engine.Message.getDefaultInstance());\n }", "title": "" } ]
[ { "docid": "1cbf695ac1130c45b163caa955a5ab82", "score": "0.6908997", "text": "io.dstore.engine.Message getMessage(int index);", "title": "" }, { "docid": "1cbf695ac1130c45b163caa955a5ab82", "score": "0.6908997", "text": "io.dstore.engine.Message getMessage(int index);", "title": ...
c16040d0f78068f6594e3f0f325267f7
get a table model of the spells held by this player
[ { "docid": "3106f5891633dda7bafd6a95dffd0514", "score": "0.72499657", "text": "public Object[][] getSpells()\n {\n return spells;\n }", "title": "" } ]
[ { "docid": "1dcf21ef5aef67fe6a7121105f7fb119", "score": "0.66376805", "text": "public abstract Spell[] getSpells();", "title": "" }, { "docid": "37503458a4e7f0c9f5c459b8c832c570", "score": "0.61642456", "text": "@Override\n\tpublic List<Spell> getSpells() {\n\t\treturn null;\n\t}", ...
4e289f18ff7d3980523837f55417c608
set the dialog container Note: the dialog container must be StackPane, its the container for the dialog to be shown in.
[ { "docid": "e25696433acea1faa3304daa3c49eada", "score": "0.74431604", "text": "public void setDialogContainer(StackPane dialogContainer, boolean newAnimation) {\n if (dialogContainer != null) {\n this.dialogContainer = dialogContainer;\n Scene _scene = this.dialogContainer.g...
[ { "docid": "eb70c94268cfaa3070893151e1d7d09f", "score": "0.6295413", "text": "public void setContainer(Container container) {\n this.mContainer = container;\n }", "title": "" }, { "docid": "f9d21588ccf86886d4cf5c49cb0e7aa9", "score": "0.6120425", "text": "public void setCon...
99e36c9c89eb3e1dcf5a878ea0ee6ba8
Get the fontsize css property.
[ { "docid": "f30298142e44b16c53aee07637da69fc", "score": "0.737117", "text": "static String getFontSize(DomStyle domStyle) {\n\t\treturn domStyle.getProperty(STYLE_FONT_SIZE);\n\t}", "title": "" } ]
[ { "docid": "e15e0389af274b715d6350faa94e3ec2", "score": "0.8126896", "text": "private int getFontSize(){\n return Integer.valueOf( text.getStyle().toString().split(\";\")[0].split(\":\")[1] );\n }", "title": "" }, { "docid": "691050d93b6636a62eaa61b5f7f06e6e", "score": "0.80006...
02a93d69be6fb62dfb665a1e2db5129a
Use GameCenterGetPlayerInfoResMsg_7103.newBuilder() to construct.
[ { "docid": "bb9150159ed697ceacc8ed88fcbbe483", "score": "0.81736094", "text": "private GameCenterGetPlayerInfoResMsg_7103(com.google.protobuf.GeneratedMessage.Builder<?> builder) {\n super(builder);\n this.unknownFields = builder.getUnknownFields();\n }", "title": "" } ]
[ { "docid": "2bdb1efb2c793431bddd28d38bafca99", "score": "0.6970628", "text": "private GameCenterGetPlayerInfoReqMsg_7102(com.google.protobuf.GeneratedMessage.Builder<?> builder) {\n super(builder);\n this.unknownFields = builder.getUnknownFields();\n }", "title": "" }, { "docid"...
a0868eff8102f38112af1754cfd6070b
Create the OpenStack fault mapping object
[ { "docid": "ca972faa187e52f81b5e4143122e6ff2", "score": "0.5468536", "text": "public OpenStackFault(Context context, com.woorea.openstack.nova.model.Server.Fault osFault) {\n super(context);\n\n setCode(osFault.getClass().toString());\n setMessage(osFault.getMessage());\n set...
[ { "docid": "e817f1b1561ebfb156b06c82d50f5467", "score": "0.5757165", "text": "public WebServiceFault() {\n fault = new Element(\"FAULT\");\n fault.setAttribute(\"SEQ\", \"\");\n }", "title": "" }, { "docid": "6aef165493bab969e9610fdfce01bf98", "score": "0.53887045", ...
f1a380965dae56a8a62df7eb7c35034d
Remove token from tokenMap
[ { "docid": "48a39fa0d8c828a6140d27e4e525864b", "score": "0.7082392", "text": "public static void removeTokenFromMap(String accessToken) {\n tokenMap.remove(accessToken);\n }", "title": "" } ]
[ { "docid": "7a4e19041c0bbae2b505477fbe3b6cec", "score": "0.6797679", "text": "void deleteTokens();", "title": "" }, { "docid": "459256bd6f0e3cf0660daf5209a14e38", "score": "0.6747012", "text": "public void removeTokenFromCache() {\n\n TokenCache.getInstance().removeToken(id);\...
3c86de8bb9d2444e926477c5eeebd81a
Returns the property for this property name.
[ { "docid": "13e3aea90f7dd8bac45dbc81286cc7d3", "score": "0.0", "text": "public PropertyBean findProperty(\n String propertyName)\n {\n return (PropertyBean)_properties.get(propertyName);\n }", "title": "" } ]
[ { "docid": "a0b03750cc28f2e94a461b46ae1664bd", "score": "0.7697", "text": "String getProperty( String name );", "title": "" }, { "docid": "86a122d233f994523fc7dbdc20a6a4c8", "score": "0.7669565", "text": "public String getProperty(String pName);", "title": "" }, { "docid"...
b2067d54ef0cd55a07da3627c88e13a2
Performs a deep copy on other.
[ { "docid": "80a9799270b3d20c9d38fd853b880fb5", "score": "0.0", "text": "public getJointIncome_result(getJointIncome_result other) {\n if (other.isSetSuccess()) {\n Map<String,String> __this__success = new HashMap<String,String>(other.success);\n this.success = __this__success;\n ...
[ { "docid": "d62345a8ec88187c34e2cf779524749a", "score": "0.70678735", "text": "public static BytesRef deepCopyOf(BytesRef other) {\n return new BytesRef(\n ArrayUtil.copyOfSubArray(other.bytes, other.offset, other.offset + other.length),\n 0,\n other.length);\n }", "title": ...
55b63da287ad8571721e3201cbc2d640
Returns true if field classNameOfConvert is set (has been asigned a value) and false otherwise
[ { "docid": "c5aa90dbcde038b4f976ca264b9afde9", "score": "0.8344707", "text": "public boolean isSetClassNameOfConvert() {\n return this.classNameOfConvert != null;\n }", "title": "" } ]
[ { "docid": "0edea2e95e7dcd5f3e0ce5ed9a1e6d15", "score": "0.6258222", "text": "public boolean isConverted()\n/* */ {\n/* 347 */ return this.converted;\n/* */ }", "title": "" }, { "docid": "bc0eb69f3597887eca716158339875cd", "score": "0.5930824", "text": "public boolean...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "c31737e8ddf4f1a6d1455b94a4935024", "score": "0.0", "text": "@Override\r\n\tpublic JSONObject buildJson() {\n\t\tJSONObject json = new JSONObject();\r\n\t\ttry {\r\n\t\t\tsetInt(json,d_type,type);\r\n\t\t} catch (Exception e) {\r\n\t\t\tLogUtil.log.error(e.getMessage(),e);\r\n\t\t}\r\n\t\tret...
[ { "docid": "3d9823aba51891281b4bbd4b1818b970", "score": "0.6671074", "text": "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.6567672", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "ti...
d654293a5adfc07765d867b6948e5e6f
Driver gets input from the text file
[ { "docid": "6d8f94542815359c448fbca2684cbd3d", "score": "0.0", "text": "public Driver()throws Exception\n\n {\n\n File file = new File(\"students.txt\");\n\n BufferedReader br = new BufferedReader(new FileReader(file));\n\n String[] a = new String[10];\n int counter = 0;\n...
[ { "docid": "6f656c5efaf7b5c8e4c3e95618333a28", "score": "0.67796606", "text": "private static void importTXTFile()\n\t{\n\t\tSystem.out.println(\"Enter the directory and filename of a TXT file e.g.(C:/data.txt:\");\n\t\t\n\t\t//get user input\n\t\tString inputString = checkInputString();\t\n\t\t\n\t\t//...
7499521b54314b9f8ace4991f7a61df3
METHOD: used to return the _entityMngr field set in construction
[ { "docid": "12ed2dd1cf3537901c8ec386fc5afee2", "score": "0.67481744", "text": "public IEntityManager getEntityManager()\r\n {\r\n // RETURN the _entityMngr field:\r\n return _entityMngr;\r\n }", "title": "" } ]
[ { "docid": "b563384b6a6215bfa025fcf832c9d2ec", "score": "0.6138369", "text": "@Override\r\n\tprotected EntityManager getEntityManager() {\n\t\treturn entityMgr;\r\n\t}", "title": "" }, { "docid": "841a20282c4a5ef3a0a547c022326514", "score": "0.58099794", "text": "@Override\r\n pub...
782db161075c0237557e4d10a9eed9c1
Helper function to sort array before doing binary search.
[ { "docid": "eeac0f4fcbb32dbbf846e3e42b9c1bb4", "score": "0.6197251", "text": "private static int sortBinarySearch(int[] copyOf, int target) {\n sort(copyOf);\n return binarySearch(copyOf, target);\n }", "title": "" } ]
[ { "docid": "339df57dfb294c354acd1fd4586e00af", "score": "0.69768643", "text": "int binarySearch(int[] sortedArr, int target);", "title": "" }, { "docid": "8a5a73d4e636c04269c39bdb64783fc9", "score": "0.6793476", "text": "public static void sortBinaryArray(int[] arr){\n\t i...
e475b24364189eb4425d4fbfdea9767c
Retorna la vista que debe pintarse para el fragmento.
[ { "docid": "3cca840b742fc6968dcd915cade9d37b", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n return inflater.inflate(R.layout.fragment_meteo, container, false);\n }", ...
[ { "docid": "f7a064b7462bd6269040c8ee299d37f4", "score": "0.5749229", "text": "public Frag getResult()\n {\n\tFrag old = frags;\n\tfrags = null;\n\twhile (old != null)\n\t{\n\t Frag temp = old.next;\n\t old.next = frags;\n\t frags = old;\n\t old = temp;\n\t}\n\treturn frags;\n }", "...
a12b6773ee4346b957f3b7a35d8f38f9
Creates a new compound method transformer.
[ { "docid": "9d9322af61a724d3db57c106659cdf7d", "score": "0.5735681", "text": "public Compound(List<? extends MethodTransformer> methodTransformers) {\n this.methodTransformers = methodTransformers;\n }", "title": "" } ]
[ { "docid": "0fb5f8862bd73f04bce39f58e1c16757", "score": "0.6975586", "text": "public Compound(MethodTransformer... methodTransformer) {\n this(Arrays.asList(methodTransformer));\n }", "title": "" }, { "docid": "6b6c97c6478110c23a7b247f56d34e58", "score": "0.5223956", ...
f36e6793f8411102d060bd8b9ba58376
Convert hessian version from Dubbo's SPI version(hessian2) to wrapper API version (hessian4)
[ { "docid": "14488a0c5d3b2f24b06091cb2b38a1fd", "score": "0.64264965", "text": "private String convertHessianToWrapper(String serializeType) {\n if (TripleConstant.HESSIAN2.equals(serializeType)) {\n return TripleConstant.HESSIAN4;\n }\n return serializeTyp...
[ { "docid": "5bafb3b440a91f2366a5c4915efd82ca", "score": "0.5454308", "text": "public interface HessianService {\n\n public void hello(String name);\n\n}", "title": "" }, { "docid": "a04d954b7838608426dfeb8707a71e65", "score": "0.5435594", "text": "void mo28255a(zzhv zzhv);", ...
0d8cbcb545718b85543ea4f3c7913ad6
optional .proto.elbrus_pb.BdgrParametersMessage bdgr_parameters = 2;
[ { "docid": "c5651235c5245563a3d13750bbc1f8b3", "score": "0.8908822", "text": "loader.elbrus.proto.ElbrusProto.BdgrParametersMessageOrBuilder getBdgrParametersOrBuilder();", "title": "" } ]
[ { "docid": "479d94853d2fa6c5d890a7ba5d82492b", "score": "0.8774241", "text": "loader.elbrus.proto.ElbrusProto.BdgrParametersMessage getBdgrParameters();", "title": "" }, { "docid": "479d94853d2fa6c5d890a7ba5d82492b", "score": "0.8774241", "text": "loader.elbrus.proto.ElbrusProto.Bdgr...
f268f56fc224f8d23ce88f5426bc9859
/ Access modifiers changed, original: protected
[ { "docid": "a44a0aba9e871cb021a7a6e2c447ea16", "score": "0.0", "text": "public void handleUnexpectedResponse(int i, HttpResponse httpResponse) throws Exception {\n if (httpResponse != null) {\n BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(httpResponse.getCon...
[ { "docid": "ec76ff8d70ced9d8135ad33b23353b4d", "score": "0.6919464", "text": "@Override\r\n\t\t\tpublic void adelante() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "7c4f2f94b290de5507eb56a649c4fab9", "score": "0.6798817", "text": "@Override\n\tpublic void grabar() {\n\t\t\n\t}...
4d5636a0aaf9291f1dbe29088788246f
Returns the directory associated to the given full path
[ { "docid": "4bb8c12ae57c2bc2db9c701b43dd26d9", "score": "0.65265244", "text": "private DirectoryTreeNode getItemGivenFullPath(String fullPath) {\r\n String[] directoryNames = fullPath.split(\"/\");\r\n // Set the parent to reference the root directory as this is a full path\r\n IDirectory paren...
[ { "docid": "d679e9d69bcad8922be30fbbde25baf3", "score": "0.6639969", "text": "String getRealPath(String path);", "title": "" }, { "docid": "ca692b70f3aa99b7d4b0bbae35bac60f", "score": "0.65288556", "text": "String getDirectoryPath();", "title": "" }, { "docid": "50fbaf8ec...
321c59f6e571bf9e68b7d6f89bd91cdd
Method returning the discriminator value to apply to an instance of this class. If using "classname" then returns the class name, and if using the "entityname" returns the entity name, otherwise if using "valuemap" returns the value specified directly against this class metadata. The returned value is a String unless t...
[ { "docid": "d0fe04eef0da6b4e74a3a0ad41753a92", "score": "0.8039395", "text": "public Object getDiscriminatorValue()\n {\n if (hasDiscriminatorStrategy())\n {\n DiscriminatorStrategy str = getDiscriminatorStrategy();\n if (str == DiscriminatorStrategy.CLASS_NAME)\n ...
[ { "docid": "93c1b44ec01297f5996a5d6ad3709211", "score": "0.67430955", "text": "public interface EntityClassDiscriminator\n{\n /**\n * Called after entity column values are retrieved but just before the entity is constructed. This allows\n * dynamically determining the entity class based on th...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "24e7315c2caa23a223fdad68e1b831cb", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n View view = inflater.inflate(R.layout.fragment_account_security, container, fa...
[ { "docid": "7e52f54a51b60b2d92de2945e07553d5", "score": "0.6759142", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n return inflater.inflate(R.layout.fragment_list_data_packet, container, f...
e02341430b7837d2b3373b27f7a2c24a
Merges two arrays into one.
[ { "docid": "919d3aea4ff70604beddf50b4f0fa589", "score": "0.0", "text": "private static void Merge(int[] A, int[] temp, int lo, int mid, int hi) {\r\n\t\tint i = lo;\r\n\t\tint j = mid;\r\n\r\n\t\tfor (int k = lo; k < hi; k++) {\r\n\t\t\tif (i == mid)\r\n\t\t\t\ttemp[k] = A[j++]; // if lo-mid array is em...
[ { "docid": "aa02cfe840ad53f200fe5a9bbe940832", "score": "0.7436607", "text": "public void merge(int arrA[], int arrB[]) {\n\n\n }", "title": "" }, { "docid": "0f488247e9211dcec9e12f425266f3a4", "score": "0.7275126", "text": "private static int[] mergeArrays(int[] a1, int[] a2) {\n...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "b503fc7fa1f36527045b729accf7ab38", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu_main, menu);\n return true;\n }", "title": "" } ]
[ { "docid": "af21c34586929dd479df15d2e4008cff", "score": "0.72254854", "text": "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\r\n //inflater.inflate(R.menu.main_actions, menu);\r\n\t\treturn true;\r\n\t}", "title": "" }, { ...
1051280ddd6c39383eceb4c3a50375d9
Sets the velocity (speed vector) of a vehicle.
[ { "docid": "f839eaa7bb792d8973db91adf2390bb1", "score": "0.59587085", "text": "public native static void setVelocity(GameObject oper1, java.util.List oper2);", "title": "" } ]
[ { "docid": "25523d2b746b319f7770bdde61e73767", "score": "0.8161053", "text": "public void setVelocity(Vector velocity) {\n \t\t\n \t}", "title": "" }, { "docid": "a1b28118e30cd036460506b2465f94e0", "score": "0.81018865", "text": "void setVelocity(@NotNull Vector velocity);", "tit...
068295ecb74ee63c61c1b5310375a20f
Delete the training by id.
[ { "docid": "e30e3653759ebc8c8ea4ab0c31cad675", "score": "0.88069874", "text": "@Override\n public void delete(Long id) {\n log.debug(\"Request to delete Training : {}\", id);\n trainingRepository.delete(id);\n }", "title": "" } ]
[ { "docid": "2ba2aceda48d7dd59bf584ede1136615", "score": "0.80707514", "text": "@DeleteMapping(\"/trainings/{id}\")\n @Timed\n public ResponseEntity<Void> deleteTraining(@PathVariable Long id) {\n log.debug(\"REST request to delete Training : {}\", id);\n trainingService.delete(id);\n...
1a46e6a01ed88ce27db34d9da05eab1f
Data about different gameplay elements. May be different for different games. optional .SC2APIProtocol.RequestData data = 13;
[ { "docid": "08c245b639b3668f20fc500d98f0c1c4", "score": "0.0", "text": "public Builder setData(\n SC2APIProtocol.Sc2Api.RequestData.Builder builderForValue) {\n if (dataBuilder_ == null) {\n request_ = builderForValue.build();\n onChanged();\n } else {\n ...
[ { "docid": "e105a9819576ed510ed85f59b2ad7d96", "score": "0.6437697", "text": "SC2APIProtocol.Sc2Api.RequestDataOrBuilder getDataOrBuilder();", "title": "" }, { "docid": "7c2dea598cf990496236eebc4d6ee4a1", "score": "0.642757", "text": "public void fetchGameData() {\n\t\tPrintWriter ou...
7af4414b88423f31c07693318b062809
Drop older userData table if existed
[ { "docid": "c3556eb4a3dc34ee58f7182586ece39d", "score": "0.66868436", "text": "@Override\n public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) {\n db.execSQL(\"DROP TABLE IF EXISTS userData\");\n\n // create fresh userData table\n this.onCreate(db);\n }", ...
[ { "docid": "53b117747b15c2734013837d83a68ecc", "score": "0.65014046", "text": "@Override\n public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) {\n\n\tString sql = \"drop table tb_wei_user_info\";\n\tgetWritableDatabase().execSQL(sql);\n\t//\tString sql2 = \"drop table tb_wei_user...
45ec33d86d4c8e2c38159b89c309195a
$ANTLR end "ruleXVariableDeclaration" $ANTLR start "entryRuleJvmFormalParameter" InternalBugsly.g:1279:1: entryRuleJvmFormalParameter : ruleJvmFormalParameter EOF ;
[ { "docid": "dcb87d071a9b1de806ae1cae89c1b94b", "score": "0.79841197", "text": "public final void entryRuleJvmFormalParameter() throws RecognitionException {\r\n try {\r\n // InternalBugsly.g:1280:1: ( ruleJvmFormalParameter EOF )\r\n // InternalBugsly.g:1281:1: ruleJvmFormal...
[ { "docid": "2e6e9168c7f7a420cd464bbdd98d2ecb", "score": "0.77576816", "text": "public final void entryRuleJvmFormalParameter() throws RecognitionException {\r\n try {\r\n // ../com.avaloq.tools.dslsdk.check.ui/src-gen/com/avaloq/tools/dslsdk/check/ui/contentassist/antlr/internal/Intern...
984c6fade8bf014e36834efeb1ae60f3
ordena a lista de contatos
[ { "docid": "1e8061943e817aee097613070b8e0076", "score": "0.7044231", "text": "private void ordenaContatos(){\r\n if(qtdDeContatos>1){\r\n for (int i = 1; i < qtdDeContatos; i++){\r\n Contato elementoAtual = contatos[i];\r\n int j = i;\r\n bo...
[ { "docid": "e3174fb42f3cfbdcd192e7fe091b7754", "score": "0.81715465", "text": "public void listarContatos(){\r\n for(int i = 0; i < qtdDeContatos; i++){\r\n imprimirContato(contatos[i]);\r\n }\r\n }", "title": "" }, { "docid": "afb2148e8e40117a1a4c2f158ee43a17", ...
2df71850637a63a0a3b4ff361b5a8443
path to test file Initializes the object list on instantiation
[ { "docid": "aefa28870244e7245d01a30d9cfd84cd", "score": "0.6679775", "text": "public TestList() {\r\n\t\tthis.Initialize();\r\n\t}", "title": "" } ]
[ { "docid": "4d69ee43f80f264d2c6f85cd5a90e085", "score": "0.6872494", "text": "@Before\n public void init() {\n\n if (Sys.isWindows()) {\n testDir = new File(\"src\\\\test\\\\resources\");\n } else {\n testDir = new File(\"src/test/resources\");\n }\n ...
67d32c0787ff535717f84e6fc7fd3c15
need to store if the route is pieceClaimed on board
[ { "docid": "afbb31cca5320e568d08dc0b7c431178", "score": "0.0", "text": "public TrainPieceButton(Point topLeft, Point topRight, Point bottomLeft, Point bottomRight, Color color, City city1, City city2, int routeID) {\n this.topLeft = topLeft;\n this.topRight = topRight;\n this.bottom...
[ { "docid": "c57ed13efd26b6b299478c8dc44e2ee7", "score": "0.6719222", "text": "boolean hasRouteMile();", "title": "" }, { "docid": "cb71a7bdb3b936da3cfe84f629b686a1", "score": "0.6303896", "text": "private boolean isValid(Piece piece, Location to)\n {\n\n if (piece.getSymbol...
56d87dcd07d25fe625dca73df57dfc8a
/ renamed from: q
[ { "docid": "dbbcfc3d2ab77c1db58c2b24b353afb6", "score": "0.0", "text": "void mo38850q();", "title": "" } ]
[ { "docid": "5987a5cfcab71dd8b9089b283b4d76b4", "score": "0.7145159", "text": "void q();", "title": "" }, { "docid": "6990e2d65c0cbd941d7910d03230c449", "score": "0.66324395", "text": "abstract void Q4();", "title": "" }, { "docid": "558ef57bcb9a946d7693c44be3d75407", ...
b293a701d6705e6a4479f8422b6e8441
constructor used to create a team with a name and description
[ { "docid": "b84e688b6c88e47d8c800fa269fd97bf", "score": "0.82605535", "text": "public Team(String name, String description) {\n this.name = name;\n this.description = description;\n }", "title": "" } ]
[ { "docid": "71e6612cad46ee797584c3cb2e192030", "score": "0.7670167", "text": "public Team(String name, String description, int id) {\n this.name = name;\n this.description = description;\n this.id = id;\n }", "title": "" }, { "docid": "9dc71b211a9f96aecd8c4a97f8e0d42e...
69a1010ad0ba9ce08dfa97eaa4b59236
This method is called in the background, so that it doesn't block the UI thread.
[ { "docid": "6f49222e5ac39f8ff97e5f31e1f322c3", "score": "0.0", "text": "@Override\n protected List<Segment> doInBackground(Void... params) {\n Segment[] apiResult = null;\n try {\n URL api = new URL(SEGMENT_EXPORE_URL);\n HttpsURLConnection connection = (HttpsURLCo...
[ { "docid": "2c21145bead9ece41870a6530be1a7bf", "score": "0.6758601", "text": "@Override\n\t\t\t\t\t\t\tpublic void run() {\n\t\t\t\t\t\t\t}", "title": "" }, { "docid": "d5e00ae2d913b56d4d08699d401820d4", "score": "0.6650146", "text": "@Override\n public void run() {\n \n ...
69303ff024238ca02fe0a7577918a08e
Whether split entries are sorted by date.
[ { "docid": "cff40f26a4e7e1aaea7d5f5732cd4da8", "score": "0.7240047", "text": "Boolean isSortEntries();", "title": "" } ]
[ { "docid": "0d50607c28ed2c41e740d3fc487d335a", "score": "0.65712893", "text": "boolean getSortByDatePosted();", "title": "" }, { "docid": "2d4b088060cf811436a785a18e1b92ac", "score": "0.6416611", "text": "Boolean isSplitEntries();", "title": "" }, { "docid": "2d4b088060cf...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "0403a6fd4578584d19d8e77946e57fca", "score": "0.6479049", "text": "@Override\n public View onCreateView(\n LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState\n ) {\n return inflater.inflate(R.layout.fragment_test_01_dis_05_2, container...
[ { "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,...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "98d5a78c32fead63cc7d36e19b42de78", "score": "0.0", "text": "@Override\n\tpublic long getItemId(int position) {\n\t\treturn 0;\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...
3cc21096b6eca779a688539d1968913e
Handle action bar item clicks here. The action bar will automatically handle clicks on the Home/Up button, so long as you specify a parent activity in AndroidManifest.xml.
[ { "docid": "1a239553d1a9a50807c9256d7901f3e1", "score": "0.0", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if (id == R.id.action_settings) {\n return true;\n ...
[ { "docid": "35c4ae3c1e59a6e72b62044b2c42fb27", "score": "0.77498156", "text": "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n // Given the action bar icon that was selected, do something\n switch (item.getItemId()) {\n // If the main action bar icon (left...
27ce23fb8e5fe21697bea813f742eaf0
Returns the currently active address.
[ { "docid": "fcb52c76e45af619104ac452a3feacaf", "score": "0.84050596", "text": "public IAddress getActiveAddress() {\n return m_activeAddress;\n }", "title": "" } ]
[ { "docid": "42f49170fc6242b85bad826beebd89f8", "score": "0.75595725", "text": "public Address getAddress() {\n\t\treturn currentAddress;\n\t}", "title": "" }, { "docid": "89ad3153d5664baced92f4c3b3e64b95", "score": "0.6859003", "text": "public String getAddress() {\n return th...
3007903164d38cc0bb5ed42ab9b6ffa5
TODO: Return the communication channel to the service.
[ { "docid": "992199fff6758ed9bfb8892376f09860", "score": "0.0", "text": "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "title": "" } ]
[ { "docid": "ce11dc956e9c3b7a4234ddffdffa2871", "score": "0.7408841", "text": "public Channel getChannel();", "title": "" }, { "docid": "4a285ba463210724cbb604140ca982d4", "score": "0.72536516", "text": "Channel channel();", "title": "" }, { "docid": "74adb91576d6e71fda73d...
7700d9ae5022c4e043a6fb7b7357e1d4
TODO refine the annotations and remove the nested annotations
[ { "docid": "3685408b4a105439289d022703a7437e", "score": "0.0", "text": "public void createAnnotatedNERText() {\n\t\tPair<Integer, Integer> temp;\n\t\tannotated_ner = new StringBuilder();\n\t\tStringBuilder extra_annotations = new StringBuilder();\n\t\tString cell_content;\n\t\tSet<Pair<String, Annotatio...
[ { "docid": "f4a9acf00019b8d7b24828b8a23cdbd9", "score": "0.65662116", "text": "public abstract Annotations mo30469g();", "title": "" }, { "docid": "e7b30e72eb81fd3877c532024dee7972", "score": "0.6265914", "text": "boolean respectAnnotations() {\n return true;\n }", "title": "...
eec694ef1632b01c3811ad883253e3f5
Gets state of the task.
[ { "docid": "44a583be48dc2cc0b9e260cd5e962d22", "score": "0.0", "text": "public abstract State getState();", "title": "" } ]
[ { "docid": "3354ee24246b46ee7d7bad153ca2e269", "score": "0.83785385", "text": "public TaskState state() {\n return this.state;\n }", "title": "" }, { "docid": "55fb8f42311f63096a2b1675702d4402", "score": "0.81603765", "text": "public java.lang.String getTaskState(){\n ...