- All Implemented Interfaces:
Sized
public class FixedSized
extends Object
implements Sized
Statically sized implementation of
Sized
- Since:
- 6.3.6
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FixedSized
public FixedSized(int size)
-
Method Details
-
size
public int size()
- Specified by:
size
in interface Sized
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Sized