📄 attrcontainer.java
字号:
// Copyright (c) 1997 Per M.A. Bothner.// This is free software; for terms and warranty disclaimer see ./COPYING.package gnu.bytecode;/** An interface for objects that (may) contain Attribute objects. */public interface AttrContainer{ /** Get the (first) Attribute of this container. */ public Attribute getAttributes (); /** Set the (list of) Attributes of this container. */ public void setAttributes (Attribute attribute);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -