xxl.io
Class ConverterContainer

java.lang.Object
  |
  +--xxl.collections.Container
        |
        +--xxl.collections.DecoratorContainer
              |
              +--xxl.io.ConverterContainer

public class ConverterContainer
extends DecoratorContainer


Field Summary
protected  Converter converter
           
 
Fields inherited from class xxl.collections.DecoratorContainer
container
 
Fields inherited from class xxl.collections.Container
FACTORY_METHOD
 
Constructor Summary
ConverterContainer(Container container, Converter converter)
           
 
Method Summary
 java.lang.Object get(java.lang.Object id, boolean unfix)
           
 java.lang.Object insert(java.lang.Object object, boolean unfix)
           
 void update(java.lang.Object id, java.lang.Object object, boolean unfix)
           
 
Methods inherited from class xxl.collections.DecoratorContainer
clear, close, contains, flush, ids, remove, size, unfix
 
Methods inherited from class xxl.collections.Container
flush, get, getAll, getAll, insert, insertAll, insertAll, objects, removeAll, unfixAll, update, updateAll, updateAll, updateAll, updateAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

converter

protected Converter converter
Constructor Detail

ConverterContainer

public ConverterContainer(Container container,
                          Converter converter)
Method Detail

get

public java.lang.Object get(java.lang.Object id,
                            boolean unfix)
                     throws java.util.NoSuchElementException
Overrides:
get in class DecoratorContainer

insert

public java.lang.Object insert(java.lang.Object object,
                               boolean unfix)
Overrides:
insert in class DecoratorContainer

update

public void update(java.lang.Object id,
                   java.lang.Object object,
                   boolean unfix)
            throws java.util.NoSuchElementException
Overrides:
update in class DecoratorContainer