- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
if(obj instanceof TreeDictEntry) {
TreeDictEntry tde = (TreeDictEntry) obj;
Integer index = hm_IdDocs_idVectors.get(tde.getId());
if(index == null) {
Exception ex =
new Exception("Epic Faile в хэш мапе элементов не найден индекс в векторе");
ex.printStackTrace();
}
vecElements.removeElementAt(index);
return;
}
Yo dawg we put hash in your vector so you can map while you index
Epic Fail