Uses of Interface
net.binis.codegen.collection.CodeSet
Packages that use CodeSet
-
Uses of CodeSet in net.binis.codegen.collection
Classes in net.binis.codegen.collection that implement CodeSetMethods in net.binis.codegen.collection that return CodeSetModifier and TypeMethodDescriptionCodeSetImpl._if(boolean condition, BiConsumer<CodeSet<T, R>, R> consumer, BiConsumer<CodeSet<T, R>, R> elseConsumer) CodeSetImpl._if(boolean condition, Consumer<CodeSet<T, R>> consumer, Consumer<CodeSet<T, R>> elseConsumer) CodeSet.addAll(Collection<? extends T> c) CodeSetImpl.addAll(Collection<? extends T> c) CodeSet.clear()CodeSetImpl.clear()CodeSet.removeAll(Collection<?> c) CodeSetImpl.removeAll(Collection<?> c) CodeSet.retainAll(Collection<?> c) CodeSetImpl.retainAll(Collection<?> c) Method parameters in net.binis.codegen.collection with type arguments of type CodeSet