Package | Description |
---|---|
net.sf.rubycollect4j |
Modifier and Type | Method and Description |
---|---|
RubyDir |
RubyDir.each(Block<? super java.lang.String> block)
Yields each entry to the given block.
|
static RubyDir |
RubyDir.open(java.lang.String path)
Creates a
RubyDir by given path. |
RubyDir |
RubyDir.rewind()
Sets 0 to the position of entries.
|
RubyDir |
RubyDir.seek(int position)
Returns a
RubyDir that entries is set to the given position. |