org.javimmutable.collections
Interface JImmutableList.Builder<T>

All Superinterfaces:
MutableBuilder<T,JImmutableList<T>>
All Known Implementing Classes:
JImmutableArrayList.Builder
Enclosing interface:
JImmutableList<T>

public static interface JImmutableList.Builder<T>
extends MutableBuilder<T,JImmutableList<T>>


Method Summary
 
Methods inherited from interface org.javimmutable.collections.MutableBuilder
add, add, add, add, add, add, add, build
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.