- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 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