Package pygar.documents
Class SimpleXmlMatcher.FieldHolder
java.lang.Object
pygar.documents.SimpleXmlMatcher.FieldHolder
- All Implemented Interfaces:
java.lang.Comparable<SimpleXmlMatcher.FieldHolder>
- Enclosing class:
- SimpleXmlMatcher
public class SimpleXmlMatcher.FieldHolder extends java.lang.Object implements java.lang.Comparable<SimpleXmlMatcher.FieldHolder>
-
Constructor Summary
Constructors Constructor Description FieldHolder(int num, java.lang.Comparable<?> value, java.lang.String sv)
-
Method Summary
Modifier and Type Method Description int
compareTo(SimpleXmlMatcher.FieldHolder x)
-
Constructor Details
-
FieldHolder
public FieldHolder(int num, java.lang.Comparable<?> value, java.lang.String sv)
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfacejava.lang.Comparable<SimpleXmlMatcher.FieldHolder>
-