- date() - Static method in class net.sf.rubycollect4j.RubyCollections
-
- date(Date) - Static method in class net.sf.rubycollect4j.RubyCollections
-
- date(int) - Static method in class net.sf.rubycollect4j.RubyCollections
-
- date(int, int) - Static method in class net.sf.rubycollect4j.RubyCollections
-
Creates a
RubyDate
by given year and month.
- date(int, int, int) - Static method in class net.sf.rubycollect4j.RubyCollections
-
Creates a
RubyDate
by given year, month and day.
- date(int, int, int, int) - Static method in class net.sf.rubycollect4j.RubyCollections
-
Creates a
RubyDate
by given year, month, day and hour.
- date(int, int, int, int, int) - Static method in class net.sf.rubycollect4j.RubyCollections
-
Creates a
RubyDate
by given year, month, day, hour and minute.
- date(int, int, int, int, int, int) - Static method in class net.sf.rubycollect4j.RubyCollections
-
Creates a
RubyDate
by given year, month, day, hour, minute and
second.
- date(int, int, int, int, int, int, int) - Static method in class net.sf.rubycollect4j.RubyCollections
-
Creates a
RubyDate
by given year, month, day, hour, minute, second
and millisecond.
- DateSuccessor - Class in net.sf.rubycollect4j.succ
-
- day() - Method in class net.sf.rubycollect4j.RubyDate
-
- dayOfMonth() - Method in class net.sf.rubycollect4j.RubyDate
-
Returns the day(1-31) of month of this
RubyDate
.
- dayOfWeek() - Method in class net.sf.rubycollect4j.RubyDate
-
Returns the day(0-6) of week of this
RubyDate
.
Sun : 0
Mon : 1
Tue : 2
Wed : 3
Thur: 4
Fri : 5
Sat : 6
- dayOfYear() - Method in class net.sf.rubycollect4j.RubyDate
-
Returns the day of year of this
RubyDate
.
- days() - Method in class net.sf.rubycollect4j.RubyDate.DateShifter
-
Shifts the time by days.
- delete(E) - Method in class net.sf.rubycollect4j.RubyArray
-
Deletes all elements which equal to the target.
- delete(E, TransformBlock<? super E, ? extends E>) - Method in class net.sf.rubycollect4j.RubyArray
-
Deletes all elements which equals to target.
- delete(String) - Static method in class net.sf.rubycollect4j.RubyDir
-
Deletes a directory.
- delete(String...) - Static method in class net.sf.rubycollect4j.RubyFile
-
Deletes all given files.
- delete(K) - Method in class net.sf.rubycollect4j.RubyHash
-
Deletes an Entry by given key and returns the deleted value.Returns null if
key is not found and default value is not set.
- delete(E) - Method in class net.sf.rubycollect4j.RubySet
-
Deletes the given object from the set and returns self.
- delete(String) - Method in class net.sf.rubycollect4j.RubyString
-
Returns a copy of str with all characters in the intersection of its
arguments deleted.
- deleteAt(int) - Method in class net.sf.rubycollect4j.RubyArray
-
Deletes the element of any index.
- deleteIf() - Method in class net.sf.rubycollect4j.RubyArray
-
- deleteIf(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyArray
-
Deletes elements which are true returned by the block.
- deleteIf() - Method in class net.sf.rubycollect4j.RubyHash
-
- deleteIf(EntryBooleanBlock<? super K, ? super V>) - Method in class net.sf.rubycollect4j.RubyHash
-
Deletes entries which the result are true returned by the block.
- deleteIf(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubySet
-
Deletes every element of the set for which block evaluates to true, and
returns self.
- deleteǃ(String) - Method in class net.sf.rubycollect4j.RubyString
-
Performs a delete operation in place, returning str, or null if str was not
modified.
- deleteʔ(E) - Method in class net.sf.rubycollect4j.RubySet
-
Deletes the given object from the set and returns self.
- detect() - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Returns an enumerator of elements.
- detect() - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Returns an enumerator of elements.
- detect() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Returns an enumerator of elements.
- detect(BooleanBlock<? super E>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Finds the first element which gets true returned by the block.
- detect() - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Returns an enumerator of elements.
- detect(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
- detect(EntryBooleanBlock<? super K, ? super V>) - Method in class net.sf.rubycollect4j.RubyHash
-
An adapter method.
- detect() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Returns an enumerator of elements.
- detect(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
- difference(Iterable<E>) - Method in class net.sf.rubycollect4j.RubySet
-
Returns a new set built by duplicating the set, removing every element that
appears in the given Iterable.
- Directive - Enum in net.sf.rubycollect4j.packer
-
- directoryʔ(String) - Static method in class net.sf.rubycollect4j.RubyFile
-
Checks if the file of the path is a directory.
- dirname(String) - Static method in class net.sf.rubycollect4j.RubyFile
-
Returns the parent folder of the file.
- disjointʔ(Iterable<E>) - Method in class net.sf.rubycollect4j.RubySet
-
Returns true if the set and the given Iterable have no element in common.
- divide(TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubySet
-
Divides the set into a set of subsets according to the commonality defined
by the given block.
- DoubleSuccessor - Class in net.sf.rubycollect4j.succ
-
- DoubleSuccessor(int) - Constructor for class net.sf.rubycollect4j.succ.DoubleSuccessor
-
- downcase() - Method in class net.sf.rubycollect4j.RubyString
-
Returns a copy of str with all uppercase letters replaced with their
lowercase.
- downcaseǃ() - Method in class net.sf.rubycollect4j.RubyString
-
Downcases the contents of str, returning null if no changes were made.
- drop(int) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Drops the first n elements.
- drop(int) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Drops the first n elements.
- drop(int) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Drops the first n elements.
- drop(int) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Drops the first n elements.
- drop(int) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Drops the first n elements.
- DropIterable<E> - Class in net.sf.rubycollect4j.iter
-
DropIterable
drops first n elements before iterating elements.
- DropIterable(Iterable<? extends E>, int) - Constructor for class net.sf.rubycollect4j.iter.DropIterable
-
- DropIterator<E> - Class in net.sf.rubycollect4j.iter
-
DropIterator
drops first n elements before iterating elements.
- DropIterator(Iterator<? extends E>, int) - Constructor for class net.sf.rubycollect4j.iter.DropIterator
-
- dropWhile() - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Returns an enumerator which contains only the first element.
- dropWhile(BooleanBlock<? super E>) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Drops the first n elements until an element gets false returned by the
block.
- dropWhile() - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Returns an enumerator which contains only the first element.
- dropWhile(BooleanBlock<? super E>) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Drops the first n elements until an element gets false returned by the
block.
- dropWhile() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Returns an enumerator which contains only the first element.
- dropWhile(BooleanBlock<? super E>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Drops the first n elements until an element gets false returned by the
block.
- dropWhile() - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Returns an enumerator which contains only the first element.
- dropWhile(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Drops the first n elements until an element gets false returned by the
block.
- dropWhile(EntryBooleanBlock<? super K, ? super V>) - Method in class net.sf.rubycollect4j.RubyHash
-
An adapter method.
- dropWhile() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Returns an enumerator which contains only the first element.
- dropWhile(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Drops the first n elements until an element gets false returned by the
block.
- DropWhileIterable<E> - Class in net.sf.rubycollect4j.iter
-
DropWhileIterable
drops elements until the returned value of the
block is false before iterating elements.
- DropWhileIterable(Iterable<? extends E>, BooleanBlock<? super E>) - Constructor for class net.sf.rubycollect4j.iter.DropWhileIterable
-
- DropWhileIterator<E> - Class in net.sf.rubycollect4j.iter
-
DropWhileIterator
drops elements until the returned value of the
block is false before iterating elements.
- DropWhileIterator(Iterator<? extends E>, BooleanBlock<? super E>) - Constructor for class net.sf.rubycollect4j.iter.DropWhileIterator
-
- dump() - Method in class net.sf.rubycollect4j.RubyString
-
Produces a version of str with all non-printing or non-ASCII 8bit
characters replaced by \\nnn or \\unnnn notation and all special characters
escaped.