holoedit.data
Class HoloExternalDataPool
java.lang.Object
holoedit.data.HoloExternalDataPool
public class HoloExternalDataPool
- extends java.lang.Object
Biblioth?que des sons importˇs
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sdifDataPool
private java.util.Vector<HoloExternalData> sdifDataPool
HoloExternalDataPool
public HoloExternalDataPool()
add
public void add(HoloExternalData hSDIFdt)
getSDIFdata
public HoloExternalData getSDIFdata(int i)
get
public HoloSDIFdata get(java.lang.String fileName,
java.lang.String dataType)
- TODO
remove
public boolean remove(HoloSDIFdata hsdifDt)
getSDIFdatas
public java.util.Vector<HoloExternalData> getSDIFdatas()
contains
public boolean contains(HoloExternalData h)
- Returns true if this collection contains the specified element.
More formally, returns true if and only if this collection contains
at least one element e such that (h==null ? e==null : h.equals(e)).
- Parameters:
h
- - element whose presence in this sdifDataPool is to be tested.
- Returns:
- true if this collection contains the specified element
- See Also:
HoloExternalData.equals(Object o)
clear
public void clear()