tonymanou 00a0e64fdd Prefer List/Map/Set as declaring type over their implementations
Unless your are using a method declared in subclasses of an
interface, it is better to use the interface as declaring type.
One advantage of this is that changing used implementation will
be much simpler (you will have less declarations to edit).
2017-01-30 20:11:17 +08:00
..
2016-08-06 00:58:05 +08:00
2017-01-29 10:27:06 +08:00
2017-01-25 04:33:22 +08:00