Searched refs:otherSimpleFields (Results 1 – 1 of 1) sorted by relevance
121 private Map<String, String> otherSimpleFields = new HashMap<String, String>(); field in VCard136 return otherSimpleFields.get(field); in getField()160 otherSimpleFields.put(field, value); in setField()198 return otherSimpleFields.get("NICKNAME"); in getNickName()202 otherSimpleFields.put("NICKNAME", nickName); in setNickName()222 return otherSimpleFields.get("JABBERID"); in getJabberId()226 otherSimpleFields.put("JABBERID", jabberId); in setJabberId()620 || otherSimpleFields.size() > 0 in hasContent()675 if (!otherSimpleFields.equals(vCard.otherSimpleFields)) { in equals()701 result = 29 * result + otherSimpleFields.hashCode(); in hashCode()[all …]