AlejandroLoutphi / MetroMendeleyLoutphiRuizZaherAlDeen

0 stars 0 forks source link

Keyword Class #4

Closed AlejandroLoutphi closed 2 weeks ago

AlejandroLoutphi commented 2 weeks ago

Class for storing keywords and in what abstracts they appear in on the second hash table (point 3)

Attributes:

String keyword;
LinkedList<Abstract> abstractsWithKeyword;