
|
Jakarta-ORO 2.0.6 API: Deprecated List
Deprecated API
Deprecated Methods |
org.apache.oro.text.regex.Util.split(PatternMatcher, Pattern, String)
Use
Util.split(Collection, PatternMatcher, Pattern, String) instead. |
org.apache.oro.text.regex.Util.split(PatternMatcher, Pattern, String, int)
Use
Util.split(Collection, PatternMatcher, Pattern, String, int) instead. |
org.apache.oro.text.perl.Perl5Util.split(String)
Use
Perl5Util.split(Collection results, String input) instead. |
org.apache.oro.text.perl.Perl5Util.split(String, String)
Use
Perl5Util.split(Collection results, String pattern, String input) instead. |
org.apache.oro.text.perl.Perl5Util.split(String, String, int)
Use
Perl5Util.split(Collection results, String pattern, String input, int limit)
instead. |
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.
|