Searched defs:binarySet (Results 1 – 3 of 3) sorted by relevance
44 public Set<byte[]> binarySet() { in binarySet() method in CustomClassForDocumentAPI86 private final Set<byte[]> binarySet; field in CustomClassForDocumentAPI126 private Set<byte []> binarySet; field in CustomClassForDocumentAPI.Builder157 public Builder binarySet(Set<byte[]> binarySet) { in binarySet() method in CustomClassForDocumentAPI.Builder
34 private Set<SdkBytes> binarySet; field in SetBean103 public void setBinarySet(Set<SdkBytes> binarySet) { in setBinarySet()
866 LinkedHashSet<SdkBytes> binarySet = new LinkedHashSet<>(); in setBean_binarySet() local