Package | Description |
---|---|
org.jruby.util |
Modifier and Type | Method and Description |
---|---|
static <T> T |
ByteListHelper.split(ByteList value,
ByteList pattern,
ByteListHelper.Visit<ByteList,T> bodyVisitor,
ByteListHelper.Visit<ByteList,T> headVisitor)
This method will split a string and call a visitor for each segment between the split pattern.
|
static <T> T |
ByteListHelper.split(ByteList value,
ByteList pattern,
ByteListHelper.Visit<ByteList,T> bodyVisitor,
ByteListHelper.Visit<ByteList,T> headVisitor)
This method will split a string and call a visitor for each segment between the split pattern.
|
Copyright © 2001-2020 JRuby. All Rights Reserved.