@creejs/commons-collection 2.0.9 → 2.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -547,6 +547,10 @@ class Hour24TimeWheelCache extends k {
547
547
  this._init();
548
548
  }
549
549
 
550
+ keys () {
551
+ return this._cache.keys()
552
+ }
553
+
550
554
  get first () {
551
555
  // Based on the ES6 Standard, Map keeps order of elements added
552
556
  return this._cache.keys().next().value