java.lang.ObjectSearches until the next instance of its atom. This is useful for finding the atom efficiently without passing an instance of it (greedy problem) and without a lot of wasted search time (reluctant problem).java.util.regex.Pattern.Node
java.util.regex.Pattern$First
| Field Summary | ||
|---|---|---|
| Node | atom | |
| Fields inherited from java.util.regex.Pattern$Node: |
|---|
| next |
| Constructor: |
|---|
|
| Method from java.util.regex.Pattern$First Summary: |
|---|
| match, study |
| Methods from java.util.regex.Pattern$Node: |
|---|
| match, study |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from java.util.regex.Pattern$First Detail: |
|---|
|
|