Searched defs:Fixups (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DFixups.java45 final class Fixups extends AbstractCollection { class in inherits:AbstractCollection
60 Fixups(byte[] bytes) { method in class:Fixups
65 Fixups() { method in class:Fixups
69 Fixups(byte[] bytes, Collection fixups) { method in class:Fixups
73 Fixups(Collection fixups) { method in class:Fixups
316 if (c instanceof Fixups) {
318 Fixups that = (Fixups) c;
382 Fixups f;
387 // rather than building a Fixups structur
[all...]

Completed in 32 milliseconds