Searched defs:absent (Results 1 – 11 of 11) sorted by relevance
53 public abstract MultisetFeature[] absent() default {}; in absent() method
57 public abstract MultimapFeature[] absent() default {}; in absent() method
56 public abstract SetFeature[] absent() default {}; in absent() method
70 ListFeature[] absent() default {}; in absent() method
102 CollectionSize[] absent() default {}; in absent() method
102 public abstract MapFeature[] absent() default {}; in absent() method
130 CollectionFeature[] absent() default {}; in absent() method
61 ExampleBaseFeature[] absent() default {}; in absent() method92 ExampleDerivedFeature[] absent() default {}; in absent() method
77 public static <T> Optional<T> absent() { in absent() method in Optional
233 List<String> absent = new ArrayList<String>(); in requireParameters() local
71 ByteString absent("FontFile2"); in CheckFontDescriptor() local