Searched refs:mValue (Results 1 – 2 of 2) sorted by relevance
26 private String mValue; field in Str30 mValue = s; in Str()35 mValue = s; in Str()40 return mValue.length(); in length()45 return mValue; in toString()62 return mValue.equals(that.mValue); in equals()67 return mValue.hashCode(); in hashCode()72 return this.mValue.compareTo(that.mValue); in compareTo()
77 private final List<Str> mValue; field in GenericConfig.Assign84 mValue = new ArrayList(); in Assign()85 mValue.add(value); in Assign()94 mValue = value; in Assign()102 return mValue; in getValue()