adts Questions

4

Solved

Is it possible, in Java, to enforce that a class have a specific set of subclasses and no others? For example: public abstract class A {} public final class B extends A {} public final class C ext...
Terminus asked 4/10, 2008 at 3:14

1

Solved

I want to implement SIP calls in my application, and first problem, that I need to solve, is converting audio from compressed AAC format with ADTS header to linear PCM. My input data is an NSArray...
Wagoner asked 22/3, 2017 at 17:55

7

Solved

Suppose I'm using an interface with a generic type parameter interface Foo<T> { T getOne(); void useOne(T t); } The intention is that the type T is abstract: it enforces a type constrain...
Hebraist asked 30/3, 2009 at 23:7
1

© 2022 - 2024 — McMap. All rights reserved.