diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #82 ds version 1.2.4 ] { +Extension [ <persistent> extension #83 ds version 1.2.5 ] { - Dependencies { Dependency [ json (Required) ] @@ -318,7 +318,7 @@ Extension [ <persistent> extension #82 ds version 1.2.4 ] { Class [ <internal:ds> <iterateable> final class Ds\Vector implements Ds\Sequence, Traversable, Countable, JsonSerializable, Ds\Collection ] { - Constants [1] { - Constant [ integer MIN_CAPACITY ] { 8 } + Constant [ public integer MIN_CAPACITY ] { 8 } } - Static properties [0] { @@ -577,7 +577,7 @@ Extension [ <persistent> extension #82 ds version 1.2.4 ] { Class [ <internal:ds> <iterateable> final class Ds\Deque implements Ds\Sequence, Traversable, Countable, JsonSerializable, Ds\Collection ] { - Constants [1] { - Constant [ integer MIN_CAPACITY ] { 8 } + Constant [ public integer MIN_CAPACITY ] { 8 } } - Static properties [0] { @@ -933,7 +933,7 @@ Extension [ <persistent> extension #82 ds version 1.2.4 ] { Class [ <internal:ds> <iterateable> final class Ds\Queue implements Ds\Collection, JsonSerializable, Countable, Traversable ] { - Constants [1] { - Constant [ integer MIN_CAPACITY ] { 8 } + Constant [ public integer MIN_CAPACITY ] { 8 } } - Static properties [0] { @@ -1031,7 +1031,7 @@ Extension [ <persistent> extension #82 ds version 1.2.4 ] { Class [ <internal:ds> <iterateable> final class Ds\Map implements Ds\Collection, JsonSerializable, Countable, Traversable ] { - Constants [1] { - Constant [ integer MIN_CAPACITY ] { 8 } + Constant [ public integer MIN_CAPACITY ] { 8 } } - Static properties [0] { @@ -1329,7 +1329,7 @@ Extension [ <persistent> extension #82 ds version 1.2.4 ] { Class [ <internal:ds> <iterateable> final class Ds\Set implements Ds\Collection, JsonSerializable, Countable, Traversable ] { - Constants [1] { - Constant [ integer MIN_CAPACITY ] { 8 } + Constant [ public integer MIN_CAPACITY ] { 8 } } - Static properties [0] { @@ -1555,7 +1555,7 @@ Extension [ <persistent> extension #82 ds version 1.2.4 ] { Class [ <internal:ds> <iterateable> final class Ds\PriorityQueue implements Ds\Collection, JsonSerializable, Countable, Traversable ] { - Constants [1] { - Constant [ integer MIN_CAPACITY ] { 8 } + Constant [ public integer MIN_CAPACITY ] { 8 } } - Static properties [0] { |