com.google.common.collect.EvictingQueue.class Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plantuml-epl Show documentation
Show all versions of plantuml-epl Show documentation
PlantUML is a component that allows to quickly write diagrams from text.
???? 4 x
)com/google/common/collect/ForwardingQueue ()V maxSize (%s) must >= 0
$com/google/common/base/Preconditions
checkArgument (ZLjava/lang/String;I)V java/util/ArrayDeque
(I)V 'com/google/common/collect/EvictingQueue delegate Ljava/util/Queue; maxSize I
! " size ()I
$ % & add (Ljava/lang/Object;)Z
( ) * checkNotNull &(Ljava/lang/Object;)Ljava/lang/Object; , - . / 0 java/util/Queue remove ()Ljava/lang/Object; , $ 3 4 java/util/Collection
6 7 clear
9 : ; <