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

All Superinterfaces:
MutableBuilder<T,JImmutableRandomAccessList<T>>
All Known Implementing Classes:
JImmutableTreeList.Builder
Enclosing interface:
JImmutableRandomAccessList<T>

public static interface JImmutableRandomAccessList.Builder<T>
extends MutableBuilder<T,JImmutableRandomAccessList<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.