Searched refs:getPropertyNames (Results 1 – 4 of 4) sorted by relevance
151 public Set<String> getPropertyNames() { in getPropertyNames() method in ICalendar.Component199 for (String propertyName : getPropertyNames()) { in toString()
61 ArrayList<String> keys = new ArrayList<>(document.getPropertyNames()); in toDocumentProto()
192 public Set<String> getPropertyNames() { in getPropertyNames() method in GenericDocument904 String[] sortedProperties = getPropertyNames().toArray(new String[0]); in appendGenericDocumentString()
172 method @NonNull public java.util.Set<java.lang.String> getPropertyNames();