public class

FixedSized

extends Object
implements Sized
java.lang.Object
   ↳ com.atlassian.jira.util.collect.FixedSized

Class Overview

Statically sized implementation of Sized

Summary

Public Constructors
FixedSized(int size)
Public Methods
boolean isEmpty()
int size()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.util.collect.Sized

Public Constructors

public FixedSized (int size)

Public Methods

public boolean isEmpty ()

public int size ()