{@code public static final ImmutableSetBuilder instances can be reused; it is safe to call {@link #build} multipletimes to build multiple sets in series. Each set is a superset of the set created before it. @since Guava release 02 (imported from Google Collections Library)GOOGLE_COLORS = new ImmutableSet.Builder () .addAll(WEBSAFE_COLORS) .add(new Color(0, 191, 255)) .build();}
|
|
|
|