Package com.edugility.objexj

Contains the core APIs intended for use by end users of the objexj toolkit.

See:
          Description

Class Summary
Matcher<T> An object that matches a Pattern against a List of items (the input).
Pattern<T> A regular expression pattern for arbitrary Objects.
 

Package com.edugility.objexj Description

Contains the core APIs intended for use by end users of the objexj toolkit.

The core API of the objexj toolkit consists of the Pattern class and the Matcher class, instances of which are produced by the Pattern.matcher(List) method.

Author:
Laird Nelson
See Also:
Pattern.compile(String), Matcher.matches()


Copyright © 2012–2013, Laird Nelson. All rights reserved.