docstring
stringlengths
3
2.38k
code
stringlengths
9
99.4k
return an array of all items in order
Array . newInstance Stack < Node > . <init> Stack < Node > . push Stack < Node > . pop
convert a list of any size of strings to a java object array
Array . newInstance String . <init> List . size String [] . cast List . iterator String . cast
convert a list of any size of strings to a java object array
Array . newInstance String . <init> String [] . cast List . size String [] . cast Iterator . hasNext Iterator . next String . cast
this performs the conversion from a single string value to an array of the given type
Array . newInstance String . split Array . newInstance Array . set
convert a list of any size of strings to a java object array
Array . newInstance String [] . cast String . getClass List . size String . <init> List . iterator Iterator . hasNext Iterator . next String . cast
from apache commons , apache software license v2
Array . newInstance String [] . cast System . arraycopy
read a file into a byte array
Array . newInstance StringBuilder . <init> File . getPath StringBuilder . append File . length FileInputStream . <init> InputStream . close File . getName StringBuilder . append File . getPath StringBuilder . append
grow the collection if necessary to the specified size
Array . newInstance System . arraycopy Array . getLength Collection . cast Collection . add Collection . cast Object . getClass
copy the specified array , truncating or padding with nulls if necessary so the copy has the specified length
Array . newInstance System . arraycopy Math . min
<unk> two arrays and returns the result
Array . newInstance System . arraycopy
add an element to an array , creating a new one if necessary
Array . newInstance System . arraycopy
add an element to the given array
Array . newInstance System . arraycopy
add an element to the tail of the fast list
Array . newInstance System . arraycopy
add an object to the end of an array
Array . newInstance System . arraycopy
answer an array containing all elements contained in this vector
Array . newInstance System . arraycopy
append an array to another array
Array . newInstance System . arraycopy
append two arrays , creating a new array of given runtime type
Array . newInstance System . arraycopy
cast an array of objects into an array of the specified type
Array . newInstance System . arraycopy
compact an array , removing any element that is null
Array . newInstance System . arraycopy
concatenate multiple arrays into a single new array
Array . newInstance System . arraycopy
concatenate two arrays
Array . newInstance System . arraycopy
construct and returns a simple array containing the same data as held in a portion of this <unk> array
Array . newInstance System . arraycopy
construct and returns a simple array containing the same data as held in this <unk> array
Array . newInstance System . arraycopy
convert an array to the class given
Array . newInstance System . arraycopy
copy the elements of the old array to a new array with extra space to append the given array <unk> and the array <unk>
Array . newInstance System . arraycopy
copy the elements of the old array to a new array with extra space to append the given element <unk> and the array <unk>
Array . newInstance System . arraycopy
copy the elements of the old array to a new array with extra space to append the given element to append
Array . newInstance System . arraycopy
copy the given array to a new array type
Array . newInstance System . arraycopy
copy the objects from this list into the supplied array
Array . newInstance System . arraycopy
create a array from a existing array and additional items following it
Array . newInstance System . arraycopy
create a copy of given array with the given <unk> , and of type byte
Array . newInstance System . arraycopy
create a new array that contains all the elements carried by the arrays passed as parameter , null s included
Array . newInstance System . arraycopy
create a typed array of elements
Array . newInstance System . arraycopy
expand the capacity of this list so that it is at least a given size
Array . newInstance System . arraycopy
find member in array and if finds it , creates the same array without this member
Array . newInstance System . arraycopy
if the new value is already held within the values array then the values array is returned , otherwise a new array is created appending the new value to the end
Array . newInstance System . arraycopy
insert a value into an array at the given index
Array . newInstance System . arraycopy
insert one array into another at given offset
Array . newInstance System . arraycopy
insert one array into another by replacing specified offset
Array . newInstance System . arraycopy
insert one element into another array
Array . newInstance System . arraycopy
make a copy of an array
Array . newInstance System . arraycopy
merge the two given arrays in a single array , putting the elements of the former array first and the elements of the latter array
Array . newInstance System . arraycopy
prepend an item to the front of an array and return the new array
Array . newInstance System . arraycopy
put all elements in an array copy and returns them
Array . newInstance System . arraycopy
re sizes an array to the specified size
Array . newInstance System . arraycopy
reallocate the array so that it is only as long as needed
Array . newInstance System . arraycopy
reduce the size of an array if there are fewer valid elements than the length of the array
Array . newInstance System . arraycopy
remove a specified row from the matrix
Array . newInstance System . arraycopy
remove element with index idx code from array src code
Array . newInstance System . arraycopy
remove sub array
Array . newInstance System . arraycopy
resize an array
Array . newInstance System . arraycopy
return a truncated copy of source array
Array . newInstance System . arraycopy
return an array whose component type is the runtime component type of the passed in array
Array . newInstance System . arraycopy
return subarray
Array . newInstance System . arraycopy
split the given array from the given start index to the given split index included
Array . newInstance System . arraycopy
this will return a partial copy of an array
Array . newInstance System . arraycopy
to improve performance , this method should be used instead of remove nulls Class , Object when all of the non null elements inthe array are grouped together at the beginning of the array and all of the s are at the end of the array
Array . newInstance System . arraycopy
unconditionally copies the internal array in a new array having just the required length
Array . newInstance System . arraycopy
wrap the given value and trailing values as an array
Array . newInstance System . arraycopy
instance a an array of classes
Array . newInstance Utils . instanceOf
convert a vector an object array
Array . newInstance Vector . iterator Array . set Array . cast
convert a vector an object array
Array . newInstance Vector . iterator Iterator . hasNext Iterator . next Array . set Array . cast
zip this array with the index of its element as a pair
Array . p Array . range Array . <unk>
sort the array in the given range recursively using quick sort
Array . partition Array . quickSort
calculate the area of a polygon defined by an array of points
Array . peek Array . iterator Iterator . hasNext Iterator . next Math . abs
add the length of all the vectors in a polygon
Array . peek Array . iterator Iterator . next
calculate the area of a polygon defined by an array of points
Array . peek Math . abs
the maximum capacity of this group
Array . pop Array . shrink
return an object from this pool
Array . pop Factory . <unk>
adapt a rank two array into a java
Array . reduce Array . slice Array . getShape WritableRaster . createInterleavedRaster ColorSpace . getInstance ComponentColorModel . <init> BufferedImage . <init>
replace the element at the specified position in this list with the specified element optional operation
Array . remove Array . add
negative index on deep array
Array . remove Array . singleton Array . remove
null all field in the array
Array . rewind Array . reset
null all fields up to the current maximum element
Array . rewind Array . reset
add a new <unk> basic code subclass <unk> , <unk> , <unk> , etc to the group
Array . set Array . add
add a new <unk> radio button code to the group
Array . set Array . add
assign the given object into the given array and the given index
Array . set Array . get
implement the set at int idx method for primitive type arrays
Array . set Array . getLength Array . set
set the value of an element of an array of primitives at the supplied index
Array . set Class . isAssignableFrom Boolean . cast Array . setBoolean Class . isAssignableFrom Array . setChar Class . isAssignableFrom Byte . cast Array . setByte Class . isAssignableFrom Integer . cast Array . setInt Short . cast Array . setShort Long . cast Array . setLong Float . cast Array . setFloat Class . isAssignableFrom Double . cast Array . setDouble
add component to the container object
Array . set List . cast List . add
set the value of the specified indexed property of the specified bean , with no type conversions
Array . set List . instance List < Object > . cast List < Object > . set Object . getClass Invoker . set
set the value of the underlying left hand side expression
Array . set Node . setProperty Array . getLength Number . intValue List . remove Number . cast
modify the indexth element of the supplied collection
Array . set Object . getClass List . cast List . set Collection . instance Object . getClass
modify the indexth element of the supplied collection
Array . set Object . getClass List . instance List . set List . cast Collection . instance Object . getClass
set a value of the given array at the specified index to the given one
Array . set Object . toString Array . set Object . toString Array . set Float . valueOf Array . set Object . toString Array . set
read value from a source into an array
Array . setDouble Array . setFloat Array . setBoolean Array . setByte Array . setChar Array . setShort Array . setInt Array . setLong Source . getObject Array . set AssertionError . <init>
read value from a source into an array
Array . setDouble Source . getFloat Array . setFloat Source . getBoolean Array . setBoolean Array . setByte Array . setChar Source . getShort Array . setShort Array . setInt Array . setLong Array . set AssertionError . <init>
too big index on deep array
Array . singleton Array . <unk> Array . remove
remove one element from singleton array
Array . singleton Array . empty Array . remove
too big index on singleton array
Array . singleton Array . remove
constructor of the class , to generate a empty resultset no database execution
Array . size <unk> . init Object . toString <unk> . init Array . get
constructor of the class , to generate a empty resultset no database execution
Array . size <unk> . init Object . toString
constructor of the class
Array . size Array . <unk> Array . get Element . instance
get first element of the given class or null
Array . size Array . <unk> Class . isInstance
convert array object to string list
Array . size Array . <unk> StringBuilder . <init> Array . size StringBuilder . append StringBuilder . toString
remove all tracked handlers and clears the stored list of handlers
Array . size Array . clear
remove event handlers from the target element for the tooltip
Array . size Array . clear
check if all of the values in the specified array is contained in this array
Array . size Array . containsValue
check if one or more of the values in the specified array is contained in this array
Array . size Array . containsValue
swap to values of the array
Array . size Array . get Array . <unk>