org.openjena.atlas.lib
Interface Allocator<T>


public interface Allocator<T>


Method Summary
 T create()
          Allocate a new T, different from others allocated
 

Method Detail

create

T create()
Allocate a new T, different from others allocated



Licenced under the Apache License, Version 2.0