Searched refs:StringItem (Results 1 – 2 of 2) sorted by relevance
31 public static class StringItem implements Item { class in Rule34 public StringItem(String s) { in StringItem() method in Rule.StringItem97 results.add(new StringItem(s)); in Rule()
354 if (old instanceof StringItem) { in put()355 if (value.equals(((StringItem) old).value)) { in put()362 map.put(element, new StringItem(value)); in put()453 list.add(Row.of(element, (Item) new StringItem(value))); in put()462 static class StringItem extends Item { class in JsonConverter465 public StringItem(String value2) { in StringItem() method in JsonConverter.StringItem