pre-training
stringlengths
1
450k
Returns a splitter that considers any subsequence matching { @code pattern } to be a separator . For example { @code Splitter . on ( Pattern . compile ( \ r? \ n )) . split ( entireFile ) } splits a string into lines whether it uses DOS - style or UNIX - style line terminators .
Load a Map from binary stream
Sub - classes call this method to write log records with a specific record type .
Computes arrays of valid unicode Strings .
Benchmarks {
If thread number option is true returns thread number . If false returns default number .
If split size option is true returns thread number . If false returns split size .
This method is used to register the modules
Internal initiation of addOn - fake constructor comes before prepare
Startup initialisation of the BeanRepository . After the BeanRepository was initialised with the given configurator classes a { @link ApplicationStartedEvent } is thrown . Use this event as starting point for the code of your application .
Starts a reconnection mechanism if it was configured to do that . The algorithm is been executed when the first connection error is detected . <p / > The reconnection mechanism will try to reconnect periodically in this way : <ol > <li > First it will try 6 times every 10 seconds . <li > Then it will try 10 times every...
Fires listeners when a reconnection attempt has failed .
Fires listeners when The Connection will retry a reconnection . Expressed in seconds .
Produces the System Property Specified by the Injection Point .
<p > If the given exception is an instance of { @link RequestExecutionException } it is returned as it is else a new { @link RequestExecutionException } is created using the given exception as the root cause . < / p >
Returns an iterable returning an iterator that returns { @link MutableIntTuple } s up to the given maximum values in the specified { @link Order } . If the given { @link Order } is <code > null< / code > then <code > null< / code > will be returned . <br > <br > Copies of the given tuples will be stored internally . <b...
Returns an iterable returning an iterator that returns { @link MutableIntTuple } s up to the given maximum values in lexicographical order . <br > <br > A copy of the given tuple will be stored internally . <br > <br > Also see <a href = .. / .. / package - summary . html#IterationOrder > Iteration Order< / a >
Returns an iterable returning an iterator that returns { @link MutableIntTuple } s in the specified range in lexicographical order . <br > <br > Copies of the given tuples will be stored internally . <br > <br > Also see <a href = .. / .. / package - summary . html#IterationOrder > Iteration Order< / a >
Returns an iterable returning an iterator that returns { @link MutableIntTuple } s up to the given maximum values in colexicographical order . <br > <br > Copies of the given tuples will be stored internally . <br > <br > Also see <a href = .. / .. / package - summary . html#IterationOrder > Iteration Order< / a >
Returns an iterable returning an iterator that returns { @link MutableIntTuple } s in the specified range in colexicographical order . <br > <br > Copies of the given tuples will be stored internally . <br > <br > Also see <a href = .. / .. / package - summary . html#IterationOrder > Iteration Order< / a >
Creates an iterable from the given delegate that creates iterators that return the { @link IntTuple } s created by the iterators of the given delegate wrapping at the given bounds . <br > <br > <b > Note : < / b > The caller is responsible for making sure that the tuples returned by the given delegate have the same { @...
Creates an iterable from the given delegate that creates iterators that return the { @link MutableIntTuple } s created by the iterators of the given delegate that are contained in the given bounds . <br > <br > <b > Note : < / b > The caller is responsible for making sure that the tuples returned by the given delegate ...
Adding one bcc - address to the EmailMessage .
Adding one cc - address to the EmailMessage .
Adding one to - address to the EmailMessage .
Sets the from address .
Sets the utf8 content .
Shows a string in such a way that it can be uniquely decoded but with a minimum of syntactic sugar .
Displays the given parts with a bit of syntactic sugar .
Displays the given object including type information .
Displays the given object excluding type information .
Displays the given objects as an array excluding type information .
Use this to authorize with security groups in EC2 - Classic
Formats a time window as hh24 : mi - hh24 : mi or ddd : hh24 : mi - ddd : hh24 : mi
Get Amazon - specific engine name
Use this to revoke access of security groups in EC2 - Classic
Returns foo from path / to / foo . java . stg .
Get the file extension of the provided stg resource .
Example : <br > <code > new String [] { id code name } equals SqlStrUtils . getSelectColumns ( select id code name from user ) < / code >
Generates digests based on the contents of an array of bytes and splits the result into 4 - byte int s and store them in an array . The digest function is called until the required number of int s are produced . For each call to digest a salt is prepended to the data . The salt is increased by 1 for each call .
Decrypt password .
Returns a stream of the specified range of the given { @link LongTuple }
Returns the wrapper array type or { @code type } itself if not matched .
Returns the primitive array type or { @code type } itself if not matched .
Returns an list containing all of the given elements
Returns the primitive array { @link Object#toString () } result
Converts the given object array to primitive array object .
Adds the element at the specified position from the specified array
Removes the element at the specified position from the specified array
Converts the given target as an array of primitive to object .