4A Server -  2.0
 All Classes Namespaces Files Functions Variables Enumerator
cz.vutbr.fit.knot.annotations.fragmentUpdater.compareMethods.ExactMethod Class Reference

Exact compare method. More...

Inheritance diagram for cz.vutbr.fit.knot.annotations.fragmentUpdater.compareMethods.ExactMethod:
Inheritance graph
Collaboration diagram for cz.vutbr.fit.knot.annotations.fragmentUpdater.compareMethods.ExactMethod:
Collaboration graph

Public Member Functions

boolean compare (String first, String second)
 
String toString ()
 
- Public Member Functions inherited from cz.vutbr.fit.knot.annotations.fragmentUpdater.compareMethods.CompareMethod
abstract boolean compare (String first, String second)
 

Detailed Description

Exact compare method.

Exact compare method

Author
Michael Angelov

Definition at line 23 of file ExactMethod.java.

Member Function Documentation

boolean cz.vutbr.fit.knot.annotations.fragmentUpdater.compareMethods.ExactMethod.compare ( String  first,
String  second 
)

Exact compare method using String.equals() method

Parameters
firstfirst string to compare
secondsecond string to compare
Returns
true if strings match, false if don't

Definition at line 33 of file ExactMethod.java.

String cz.vutbr.fit.knot.annotations.fragmentUpdater.compareMethods.ExactMethod.toString ( )

Overriden toString() method

Returns
string representation of class

Definition at line 47 of file ExactMethod.java.


The documentation for this class was generated from the following file: