0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated addAll(). More... over 21 years ago
Removed addAll() override because it is taken care of by add() override. More... over 21 years ago
Adding (Set) class, subset of (Collection). More... over 21 years ago
Added addAll() func. More... over 21 years ago
Changed CVS tag $Author$ to my name. More... over 21 years ago
Adding (FileBufferManager) class that will manage (FileBuffer)s. More... over 21 years ago
Added getHashCode() func. More... over 21 years ago
Added iterator() function. More... over 21 years ago
Adding (Iterator) class for iterating through (Collection) classes. More... over 21 years ago
Updated constructor. More... over 21 years ago
Removed implementation of Collection->toArrayRef() function. More... over 21 years ago
Removed toArrayRef() function it can be dangerous when passing reference to local variable to another function. More... over 21 years ago
Updated implementation to use the (Collection) class. More... over 21 years ago
Added default constructor. More... over 21 years ago
Added constructor that can initialize the collection to an array or an other collection. More... over 21 years ago
Adding loosely implemented (Collection) class based from Java. More... over 21 years ago
Added $a_subjects param to perform() and set a blank function implementation for it so that it is a true abstract function. More... over 21 years ago
Added (is_a) class checks for setModel() and setContainer() methods. Although I do not know if the check will be needed for the container just yet. For that UI Container class must be implemented first. More... over 21 years ago
Adding minimal (View) class of MVC pattern. More... over 21 years ago
Added loadData() abstract function. More... over 21 years ago
Updated (Model) class to inherit from (Observable) and updated setData() to notify observers. More... over 21 years ago
Adding main configuration file. More... over 21 years ago
Changed CVS tag $ to my full name. More... over 21 years ago
Adding (Observer/Observable) pattern implemented in PHP from java.util library. More... over 21 years ago
Updated (StringBuffer) to inherit from (Model) class and updated member functions to use the parent class funcs. More... over 21 years ago
Updated javadoc comments. More... over 21 years ago
Adding (Model) class which represents an abstract data model. More... over 21 years ago
Method perform() will return false by default. More... over 21 years ago
Removed unncessary imports. More... over 21 years ago
Added abstract (Action) class. More... over 21 years ago